security adjustments

This commit is contained in:
Christoph  Schabert 2021-11-09 15:39:10 +01:00
parent de19c6386c
commit 4a60384e20

View File

@ -1,5 +1,16 @@
server {
user nginx;
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;