Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
0dd372e5
Commit
0dd372e5
authored
Jan 10, 2019
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid double / in Apache configuration (#1611)
parent
9c51c6c6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
_example/etc/portal-apache2.4.conf
_example/etc/portal-apache2.4.conf
+1
-1
_example/etc/portal-apache2.X.conf
_example/etc/portal-apache2.X.conf
+1
-1
_example/etc/portal-apache2.conf
_example/etc/portal-apache2.conf
+1
-1
No files found.
_example/etc/portal-apache2.4.conf
View file @
0dd372e5
...
...
@@ -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
...
...
_example/etc/portal-apache2.X.conf
View file @
0dd372e5
...
...
@@ -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
...
...
_example/etc/portal-apache2.conf
View file @
0dd372e5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment