nginx.conf edited online with Bitbucket

This commit is contained in:
Christoph  Schabert 2021-11-09 16:43:14 +01:00
parent 668d66f5ec
commit d46ee99d5e

View File

@ -1,14 +1,4 @@
server {
error_log /tmp/error.log warn;
access_log /tmp/access.log main;
pid /tmp/nginx.pid;
client_body_temp_path /tmp/nginx-client-body;
proxy_temp_path /tmp/nginx-proxy;
fastcgi_temp_path /tmp/nginx-fastcgi;
uwsgi_temp_path /tmp/nginx-uwsgi;
scgi_temp_path /tmp/nginx-scgi;
listen 8080;
proxy_hide_header WWW-Authenticate;
port_in_redirect off;