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