Spaces:
Running
Running
github-actions[bot] commited on
Commit ·
4662d83
1
Parent(s): d6b66f6
deploy: c9882d0 — 更新 nginx.conf
Browse files- nginx/nginx.conf +1 -1
nginx/nginx.conf
CHANGED
|
@@ -2,7 +2,7 @@ user nginx;
|
|
| 2 |
worker_processes auto;
|
| 3 |
error_log /var/log/nginx/error.log warn;
|
| 4 |
pid /var/run/nginx.pid;
|
| 5 |
-
|
| 6 |
events {
|
| 7 |
worker_connections 4096;
|
| 8 |
# NOTE: removed "use epoll" — Linux-only, breaks on macOS Docker Desktop.
|
|
|
|
| 2 |
worker_processes auto;
|
| 3 |
error_log /var/log/nginx/error.log warn;
|
| 4 |
pid /var/run/nginx.pid;
|
| 5 |
+
|
| 6 |
events {
|
| 7 |
worker_connections 4096;
|
| 8 |
# NOTE: removed "use epoll" — Linux-only, breaks on macOS Docker Desktop.
|