fix log paths

This commit is contained in:
Arthur Lu 2024-09-18 17:28:45 -07:00
parent 93dedc5321
commit 4d5ed08139

View File

@ -16,8 +16,8 @@ http {
default_type application/octet-stream;
# logging
access_log access.log;
error_log error.log;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
# gzip
gzip on;