Avoid double / in Apache configuration (#1611)

environments/ppa-mbqj77/deployments/640
Clément OUDOT 6 years ago
parent 824817f7fc
commit 4cc231d671
  1. 2
      _example/etc/portal-apache2.4.conf
  2. 2
      _example/etc/portal-apache2.X.conf
  3. 2
      _example/etc/portal-apache2.conf

@ -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

@ -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

@ -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

Loading…
Cancel
Save