This commit is contained in:
Jose Diaz-Gonzalez 2024-01-19 20:11:51 -05:00 committed by GitHub
commit cfd7f04087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
worker_processes 1;
error_log stderr;
error_log stderr info;
pid nginx.pid;
daemon off;
@ -11,6 +11,7 @@ http {
types_hash_max_size 2048;
include mime.types;
charset UTF-8;
access_log stdout;
server {
listen {{ $.PORT }};
server_name _;