This commit is contained in:
Christophe Maudoux 2018-06-08 23:48:36 +02:00
parent 047e1cf99a
commit 325217a947
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ server {
fastcgi_split_path_info ^(.*\.psgi)(/.*)$;
fastcgi_param PATH_INFO $fastcgi_path_info;
# OU TO USE uWSGI
# OR TO USE uWSGI
#include /etc/nginx/uwsgi_params;
#uwsgi_pass 127.0.0.1:5000;
#uwsgi_param LLTYPE psgi;

View File

@ -26,7 +26,7 @@ server {
#}
#fastcgi_param SSL_CLIENT_S_DN_CN $ssl_client_s_dn_cn
# OU TO USE uWSGI
# OR TO USE uWSGI
#include /etc/nginx/uwsgi_params;
#uwsgi_pass 127.0.0.1:5000;
#uwsgi_param LLTYPE psgi;

View File

@ -16,7 +16,7 @@ server {
fastcgi_param CONTENT_LENGTH "";
# Keep original hostname
fastcgi_param HOST $http_host;
# Keep original request (LLNG server will received /llauth)
# Keep original request (LLNG server will receive /lmauth)
fastcgi_param X_ORIGINAL_URI $request_uri;
# OU TO USE uWSGI