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;
|
||||
|
||||
|
@@ -18,6 +18,8 @@ http {
|
||||
gzip_proxied expired no-cache no-store private auth;
|
||||
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
|
||||
access_log off;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
Reference in New Issue
Block a user