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
LemonLDAP NG
lemonldap-ng
Commits
f6d85f50
Commit
f6d85f50
authored
Jan 09, 2017
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing PATH_INFO (
#1130
)
parent
320f51ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
_example/etc/portal-nginx.conf
_example/etc/portal-nginx.conf
+1
-0
No files found.
_example/etc/portal-nginx.conf
View file @
f6d85f50
...
...
@@ -18,6 +18,7 @@ server {
}
fastcgi_param
SCRIPT_NAME
$
sn
;
fastcgi_split_path_info
^(.*\.
psgi
)(/.+)$;
fastcgi_param
PATH_INFO
$
fastcgi_path_info
;
}
index
index
.
psgi
;
...
...
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