let's try tweaking the proxy params

This commit is contained in:
packetcat 2022-08-11 14:48:39 -04:00
parent c21fba3e42
commit c718d51575
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
- add_header Strict-Transport-Security max-age=31536000
- location / {
proxy_pass http://127.0.0.1:8080;
proxy_http_version 1.1;
proxy_set_header Connection "";
}
- include snippets/norobots.conf
nginx_configs: