Skip to content

Commit ec7ee5d

Browse files
committed
stdout
1 parent 8f41acf commit ec7ee5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy.nginx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ map $upstream_http_cache_control $custom_cache_control {
2424
server {
2525
listen "${APP_PORT}";
2626
server_name "${APP_HOSTNAME}";
27-
access_log /dev/stdout info;
27+
access_log /dev/stdout debug;
2828
# Proxy headers. Will be overwritten if you set them in blocks.
2929
proxy_buffers 16 32k;
3030
proxy_buffer_size 32k;

0 commit comments

Comments
 (0)