Spaces:
Running
Running
Upload nginx.conf
Browse files- 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 / {
|