gaialive commited on
Commit
d030d00
·
verified ·
1 Parent(s): 7e3612f

Upload nginx.conf

Browse files
Files changed (1) hide show
  1. client/nginx.conf +1 -1
client/nginx.conf CHANGED
@@ -4,7 +4,7 @@ server {
4
  server_name localhost;
5
 
6
  # Disable access logging to avoid permission issues
7
- access_log off;
8
  error_log /dev/stderr;
9
 
10
  # Serve static files
 
4
  server_name localhost;
5
 
6
  # Disable access logging to avoid permission issues
7
+ access_log /dev/stdout;
8
  error_log /dev/stderr;
9
 
10
  # Serve static files