diff --git a/MUOR/MUOR/configs/muor.conf b/MUOR/MUOR/configs/muor.conf index 9b9a83e17..42f70bf00 100644 --- a/MUOR/MUOR/configs/muor.conf +++ b/MUOR/MUOR/configs/muor.conf @@ -48,7 +48,7 @@ server { location /logout/ { uwsgi_pass django; - include /etc/nginx/uwsgi_params; +# include /etc/nginx/uwsgi_params; } # Finally, send all non-media requests to the Django server. @@ -56,8 +56,7 @@ server { if ($cookie_sessionid = ""){ # proxy_pass http://django; # TODO prolly change that to uwsgi_pass uwsgi_pass django; - include /etc/nginx/uwsgi_params; - +# include /etc/nginx/uwsgi_params; } } diff --git a/MUOR/MUOR/configs/muor_after_location_block.conf b/MUOR/MUOR/configs/muor_after_location_block.conf index 8ea977999..a0f6690a8 100644 --- a/MUOR/MUOR/configs/muor_after_location_block.conf +++ b/MUOR/MUOR/configs/muor_after_location_block.conf @@ -2,7 +2,7 @@ if ($cookie_sessionid = ""){ # proxy_pass http://django; # TODO prolly change that to uwsgi_pass uwsgi_pass django; - include /etc/nginx/uwsgi_params; +# include /etc/nginx/uwsgi_params; } } diff --git a/MUOR/MUOR/configs/muor_before_location_block.conf b/MUOR/MUOR/configs/muor_before_location_block.conf index 2e101136d..ef9b0782e 100644 --- a/MUOR/MUOR/configs/muor_before_location_block.conf +++ b/MUOR/MUOR/configs/muor_before_location_block.conf @@ -47,7 +47,7 @@ server { location /logout/ { uwsgi_pass django; - include /etc/nginx/uwsgi_params; +# include /etc/nginx/uwsgi_params; } # Finally, send all non-media requests to the Django server.