gaialive commited on
Commit
0164e14
·
verified ·
1 Parent(s): 928b6b2

Upload nginx.conf

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