noticket - updates fore firewall, fulfillr, etc.

This commit is contained in:
Bastian de Byl
2024-10-09 21:23:31 -04:00
parent ed7ef3ba26
commit 7e7780656a
8 changed files with 82 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ geo $whitelisted {
192.168.0.0/16 1;
}
upstream fulfillr {
upstream fulfillr-api {
server 127.0.0.1:9054;
}
@@ -34,7 +34,7 @@ server {
return 302 $scheme://bdebyl.net$request_uri;
}
location / {
location /api {
add_header Referrer-Policy "same-origin" always;
# add_header Strict-Transport-Security "max-age=630720000; includeSubDomains" always;
add_header X-Content-Type-Options "nosniff" always;
@@ -49,7 +49,7 @@ server {
proxy_buffering off;
proxy_http_version 1.1;
proxy_pass http://fulfillr;
proxy_pass http://fulfillr-api;
proxy_redirect off;
chunked_transfer_encoding off;