From 4cc231d671bf24a5825bd7ca0947c5f77bdbd653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Thu, 10 Jan 2019 16:50:11 +0100 Subject: [PATCH] Avoid double / in Apache configuration (#1611) --- _example/etc/portal-apache2.4.conf | 2 +- _example/etc/portal-apache2.X.conf | 2 +- _example/etc/portal-apache2.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_example/etc/portal-apache2.4.conf b/_example/etc/portal-apache2.4.conf index be331b814..86dbb28e1 100644 --- a/_example/etc/portal-apache2.4.conf +++ b/_example/etc/portal-apache2.4.conf @@ -46,7 +46,7 @@ #FcgidInitialEnv LLNGSTATUSHOST 127.0.0.1:64321 # Static files - Alias /static/ __PORTALSTATICDIR__/ + Alias /static/ __PORTALSTATICDIR__ Require all granted Options +FollowSymLinks diff --git a/_example/etc/portal-apache2.X.conf b/_example/etc/portal-apache2.X.conf index 708e37364..a86bb212a 100644 --- a/_example/etc/portal-apache2.X.conf +++ b/_example/etc/portal-apache2.X.conf @@ -52,7 +52,7 @@ #FcgidInitialEnv LLNGSTATUSHOST 127.0.0.1:64321 # Static files - Alias /static/ __PORTALSTATICDIR__/ + Alias /static/ __PORTALSTATICDIR__ Require all granted Options +FollowSymLinks diff --git a/_example/etc/portal-apache2.conf b/_example/etc/portal-apache2.conf index be62f0d06..3f80fdc2d 100644 --- a/_example/etc/portal-apache2.conf +++ b/_example/etc/portal-apache2.conf @@ -47,7 +47,7 @@ #FcgidInitialEnv LLNGSTATUSHOST 127.0.0.1:64321 # Static files - Alias /static/ __PORTALSTATICDIR__/ + Alias /static/ __PORTALSTATICDIR__ Order allow,deny Allow from all