Avoid double / in Apache configuration (#1611)

This commit is contained in:
Clément OUDOT 2019-01-10 16:50:11 +01:00
parent 9c51c6c687
commit 0dd372e5a7
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
#FcgidInitialEnv LLNGSTATUSHOST 127.0.0.1:64321
# Static files
Alias /static/ __PORTALSTATICDIR__/
Alias /static/ __PORTALSTATICDIR__
<Directory __PORTALSTATICDIR__>
Require all granted
Options +FollowSymLinks

View File

@ -52,7 +52,7 @@
#FcgidInitialEnv LLNGSTATUSHOST 127.0.0.1:64321
# Static files
Alias /static/ __PORTALSTATICDIR__/
Alias /static/ __PORTALSTATICDIR__
<Directory __PORTALSTATICDIR__>
Require all granted
Options +FollowSymLinks

View File

@ -47,7 +47,7 @@
#FcgidInitialEnv LLNGSTATUSHOST 127.0.0.1:64321
# Static files
Alias /static/ __PORTALSTATICDIR__/
Alias /static/ __PORTALSTATICDIR__
<Directory __PORTALSTATICDIR__>
Order allow,deny
Allow from all