Move application back to /var/www/
This commit is contained in:
parent
2f7d26215f
commit
340d330d46
|
@ -1,6 +1,6 @@
|
||||||
%set %%allowed_networks = ' '.join(['/'.join([%%str(ip), ip.syspass_allowed_netmask]) for ip in %%getVar('syspass_allowed_ip', [])])
|
%set %%allowed_networks = ' '.join(['/'.join([%%str(ip), ip.syspass_allowed_netmask]) for ip in %%getVar('syspass_allowed_ip', [])])
|
||||||
Alias /syspass /srv/syspass
|
Alias /syspass /var/www/syspass
|
||||||
<Directory "/srv/syspass">
|
<Directory "/var/www/syspass">
|
||||||
DirectoryIndex index.php
|
DirectoryIndex index.php
|
||||||
Order Deny,Allow
|
Order Deny,Allow
|
||||||
Deny from All
|
Deny from All
|
||||||
|
|
Loading…
Reference in New Issue