sigil-fix

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

View File

@ -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 }}