(run) Reduce nginx access log noise for local setup

This commit is contained in:
Viktor Lofgren 2023-07-11 23:11:34 +02:00
parent 0b0cf48849
commit 7087ab5f07

View File

@ -54,6 +54,7 @@ server {
location / {
proxy_pass http://control-service:5090/public/;
access_log off;
}
}