nginx: disable access logging

This commit is contained in:
Denys Vuika
2018-12-05 18:24:46 +00:00
parent 998ec34896
commit 01a7a8efb6
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ server {
proxy_pass_request_headers on;
proxy_pass_header Set-Cookie;
access_log off;
location / {
proxy_pass http://content-app;