debug: layer with logs added for debug allow_orrigin missing for dscrs.site domain
Some checks failed
Deploy on push / deploy (push) Failing after 53s
Some checks failed
Deploy on push / deploy (push) Failing after 53s
This commit is contained in:
parent
e17690f27b
commit
c06e35283c
|
@ -123,6 +123,11 @@ server {
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log_format custom '$remote_addr - $remote_user [$time_local] "$request" '
|
||||||
|
'status=$status allow_origin=$allow_origin '
|
||||||
|
'"$http_referer" "$http_user_agent"';
|
||||||
|
access_log /var/log/nginx/access.log custom;
|
||||||
|
|
||||||
include {{ $.DOKKU_ROOT }}/{{ $.APP }}/nginx.conf.d/*.conf;
|
include {{ $.DOKKU_ROOT }}/{{ $.APP }}/nginx.conf.d/*.conf;
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user