Skip to content
Snippets Groups Projects
Commit d77bbef0 authored by David Coutadeur's avatar David Coutadeur
Browse files

increase max request size in Nginx SSO Manager

parent 6c0de2d9
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ server { ...@@ -5,6 +5,7 @@ server {
root /usr/share/lemonldap-ng/manager/htdocs/; root /usr/share/lemonldap-ng/manager/htdocs/;
# Use "lm_app" format to get username in nginx.log (see nginx-lmlog.conf) # Use "lm_app" format to get username in nginx.log (see nginx-lmlog.conf)
access_log /var/log/nginx/manager.log lm_app; access_log /var/log/nginx/manager.log lm_app;
client_max_body_size 10M;
# Uncomment this if you are running behind a reverse proxy and want # Uncomment this if you are running behind a reverse proxy and want
# LemonLDAP::NG to see the real IP address of the end user # LemonLDAP::NG to see the real IP address of the end user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment