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