environments/ppa-mbqj77/deployments/12
Christophe Maudoux 7 years ago
parent 047e1cf99a
commit 325217a947
  1. 2
      _example/etc/manager-nginx.conf
  2. 2
      _example/etc/portal-nginx.conf
  3. 2
      _example/etc/test-nginx.conf

@ -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;

@ -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;

@ -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

Loading…
Cancel
Save