Disable all logging in nginx
This commit is contained in:
parent
ae112caa4f
commit
610ccabd24
@ -4,6 +4,9 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
access_log off;
|
||||
error_log off;
|
||||
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
|
Loading…
x
Reference in New Issue
Block a user