From 8f01c2ec6a2de609b25fd4a798fbf926beba59b3 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 15 Jan 2024 11:25:37 +0300 Subject: [PATCH] sigil-fix --- nginx.conf.sigil | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index da55854..4c17396 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -62,7 +62,7 @@ server { } # Error pages - + error_page 400 401 402 403 405 406 407 408 409 410 411 412 413 414 415 416 417 418 420 422 423 424 426 428 429 431 444 449 450 451 /400-error.html; location /400-error.html { root /var/lib/dokku/data/nginx-vhosts/dokku-errors; @@ -87,7 +87,9 @@ server { internal; } - include /home/dokku/gateway/nginx.conf.d/*.conf; + + # include /home/dokku/gateway/nginx.conf.d/*.conf; + include {{ $.DOKKU_ROOT }}/{{ $.APP }}/nginx.conf.d/*.conf; } {{ end }}