We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7e4de commit 8f41acfCopy full SHA for 8f41acf
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 /path/to/log debug;
+ access_log /dev/stdout info;
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