jassen/deploy/apache-jassen.pauker.at.conf
2026-07-25 18:51:57 +02:00

12 lines
288 B
Plaintext

# Apache auf Debian für jassen.pauker.at
<VirtualHost *:80>
ServerName jassen.pauker.at
DocumentRoot /web/jassen/dist
<Directory /web/jassen/dist>
Options -Indexes +FollowSymLinks
AllowOverride All
Require all granted
FallbackResource /index.html
</Directory>
</VirtualHost>