From d9e1fb5161b5543ea2c3e62258cbbd9b95830f87 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 11 Jan 2024 19:52:10 +0300 Subject: [PATCH] no-gateway-sigil --- nginx.conf.sigil | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 35f375b4..7fe86e9a 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -38,7 +38,7 @@ server { keepalive_timeout 70; {{ end }} - + location / { proxy_pass http://{{ $.APP }}-{{ $upstream_port }}; {{ $proxy_settings }} @@ -88,7 +88,7 @@ server { internal; } - include /home/dokku/gateway/nginx.conf.d/*.conf; + # include /home/dokku/gateway/nginx.conf.d/*.conf; } {{ end }} @@ -103,4 +103,4 @@ upstream {{ $.APP }}-{{ $upstream_port }} { server {{ $listener_ip }}:{{ $upstream_port }}; {{ end }} } -{{ end }} \ No newline at end of file +{{ end }}