Skip to content
Snippets Groups Projects
Commit a97b277f authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

disable nginx logs

parent c2d9280f
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ http {
# keepalive_timeout 0;
# keepalive_timeout 65;
access_log off;
error_log off;
resolver 127.0.0.1:8600 valid=1s;
server {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment