We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94b7f8 commit 05f5473Copy full SHA for 05f5473
glued/Config/Nginx/snippets/location/glued-if.conf
@@ -1,8 +1,4 @@
1
location /api/if/ {
2
proxy_pass https://if/api/if/;
3
- proxy_set_header Host $host;
4
- proxy_set_header X-Real-IP $remote_addr;
5
- proxy_set_header X-Original-URI $request_uri;
6
- proxy_ssl_protocols TLSv1.3;
7
- proxy_next_upstream error timeout http_500;
+ include snippets/common/proxy-defaults.conf;
8
}
0 commit comments