Skip to content

Commit

Permalink
feat: route access logs to stdout
Browse files Browse the repository at this point in the history
Closes #35
  • Loading branch information
josegonzalez committed Aug 21, 2023
1 parent 14c2741 commit 075c994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/app-nginx.conf.sigil
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ http {
types_hash_max_size 2048;
include mime.types;
charset UTF-8;
access_log /dev/stdout;
server {
listen {{ $.PORT }};
server_name _;
Expand Down

0 comments on commit 075c994

Please sign in to comment.