We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f41acf commit ec7ee5dCopy full SHA for ec7ee5d
proxy.nginx
@@ -24,7 +24,7 @@ map $upstream_http_cache_control $custom_cache_control {
24
server {
25
listen "${APP_PORT}";
26
server_name "${APP_HOSTNAME}";
27
- access_log /dev/stdout info;
+ access_log /dev/stdout debug;
28
# Proxy headers. Will be overwritten if you set them in blocks.
29
proxy_buffers 16 32k;
30
proxy_buffer_size 32k;
0 commit comments