This commit is contained in:
Igor Lobanov 2024-01-11 08:46:17 +01:00
parent c8d46cf863
commit 339b6c6457

View File

@ -97,7 +97,8 @@ 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 }}