noticket - updates fore firewall, fulfillr, etc.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user