mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
nginx: disable access logging
This commit is contained in:
@@ -5,6 +5,8 @@ server {
|
||||
proxy_pass_request_headers on;
|
||||
proxy_pass_header Set-Cookie;
|
||||
|
||||
access_log off;
|
||||
|
||||
location / {
|
||||
proxy_pass http://content-app;
|
||||
|
||||
|
Reference in New Issue
Block a user