precreate-tables-fix
Some checks failed
deploy / deploy (push) Has been cancelled

This commit is contained in:
2024-01-22 22:05:19 +03:00
parent 736569930b
commit 5ab5928d12
3 changed files with 33 additions and 7 deletions

View File

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