sigil-fix

This commit is contained in:
Untone 2024-01-15 11:25:37 +03:00
parent cde9f63762
commit 8f01c2ec6a

View File

@ -87,7 +87,9 @@ server {
internal; 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 }} {{ end }}