Skip to content

Commit

Permalink
feat(nginx): add access and error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaor committed Aug 5, 2022
1 parent 66b2d2f commit 3a86c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _build/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ upstream wsgi {
server {
listen 8000;

access_log /var/log/nginx/ksg_nett_access.log;
error_log /var/log/nginx/ksg_nett_error.log;

root /var/www;

Expand Down

0 comments on commit 3a86c03

Please sign in to comment.