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 1456d9f commit 6328ed4Copy full SHA for 6328ed4
nginx.conf.template
@@ -46,7 +46,6 @@ http {
46
set $backend "${UPSTREAM_SERVER}";
47
proxy_pass http://$backend$request_uri;
48
proxy_ignore_client_abort on;
49
- proxy_pass http://owlery$request_uri;
50
proxy_http_version 1.1;
51
proxy_set_header Connection "";
52
proxy_connect_timeout 1h;
@@ -79,7 +78,6 @@ http {
79
78
80
81
82
83
84
85
0 commit comments