Move application back to /var/www/

This commit is contained in:
Benjamin Bohard 2019-08-14 15:52:25 +02:00
parent 2f7d26215f
commit 340d330d46
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
%set %%allowed_networks = ' '.join(['/'.join([%%str(ip), ip.syspass_allowed_netmask]) for ip in %%getVar('syspass_allowed_ip', [])])
Alias /syspass /srv/syspass
<Directory "/srv/syspass">
Alias /syspass /var/www/syspass
<Directory "/var/www/syspass">
DirectoryIndex index.php
Order Deny,Allow
Deny from All