no-gateway-sigil
This commit is contained in:
parent
3175fbd4a4
commit
d9e1fb5161
|
@ -38,7 +38,7 @@ server {
|
||||||
keepalive_timeout 70;
|
keepalive_timeout 70;
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
|
proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
|
||||||
{{ $proxy_settings }}
|
{{ $proxy_settings }}
|
||||||
|
@ -88,7 +88,7 @@ server {
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
|
|
||||||
include /home/dokku/gateway/nginx.conf.d/*.conf;
|
# include /home/dokku/gateway/nginx.conf.d/*.conf;
|
||||||
|
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -103,4 +103,4 @@ upstream {{ $.APP }}-{{ $upstream_port }} {
|
||||||
server {{ $listener_ip }}:{{ $upstream_port }};
|
server {{ $listener_ip }}:{{ $upstream_port }};
|
||||||
{{ end }}
|
{{ end }}
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user