debug: layer with logs added for debug allow_orrigin missing for dscrs.site domain
This commit is contained in:
parent
5e2842774a
commit
a05f0afa8b
|
@ -123,6 +123,11 @@ server {
|
|||
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;
|
||||
}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user