Fix log files + README

This commit is contained in:
2020-11-12 20:38:32 +01:00
parent 1de6aaad7f
commit 1355684687
5 changed files with 77 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ http {
#client_max_body_size 30M;
}
access_log /var/log/access.log;
error_log /var/log/error.log error;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log error;
}
}