add apache config

This commit is contained in:
2026-01-21 12:19:53 +01:00
parent c2edc12081
commit 14c2916f57
+14
View File
@@ -0,0 +1,14 @@
<VirtualHost *:80>
ServerName lbr-scheduler.psi.ch
DocumentRoot /var/www/lbr-scheduler
<Directory /var/www/lbr-scheduler>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /proc/self/fd/2
CustomLog /proc/self/fd/1 combined
</VirtualHost>