Skip to content

Commit

Permalink
stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Mar 4, 2024
1 parent 8f41acf commit ec7ee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ map $upstream_http_cache_control $custom_cache_control {
server {
listen "${APP_PORT}";
server_name "${APP_HOSTNAME}";
access_log /dev/stdout info;
access_log /dev/stdout debug;
# Proxy headers. Will be overwritten if you set them in blocks.
proxy_buffers 16 32k;
proxy_buffer_size 32k;
Expand Down

0 comments on commit ec7ee5d

Please sign in to comment.