fix: fix http redirects from app server
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
25233cfd3f
commit
1a437021dd
@ -65,6 +65,7 @@ server {
|
|||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_connect_timeout 300;
|
proxy_connect_timeout 300;
|
||||||
proxy_intercept_errors on;
|
proxy_intercept_errors on;
|
||||||
|
proxy_redirect http:// $scheme://;
|
||||||
port_in_redirect off;
|
port_in_redirect off;
|
||||||
|
|
||||||
{{ if $this.upstream_use_tls -}}
|
{{ if $this.upstream_use_tls -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user