Disable nginx access logs for docker/federation/

This commit is contained in:
Felix 2020-04-14 17:47:55 +02:00
parent 19c8461397
commit 9d2046d5a2
1 changed files with 37 additions and 35 deletions

View File

@ -6,6 +6,7 @@ http {
server {
listen 8540;
server_name 127.0.0.1;
access_log off;
# Upload limit for pictshare
client_max_body_size 50M;
@ -40,6 +41,7 @@ http {
server {
listen 8550;
server_name 127.0.0.1;
access_log off;
# Upload limit for pictshare
client_max_body_size 50M;