Spaces:
Sleeping
Sleeping
Update default.conf
Browse files- default.conf +3 -0
default.conf
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
server {
|
2 |
listen 7860;
|
3 |
listen [::]:7860;
|
|
|
1 |
+
error_log /tmp/error.log;
|
2 |
+
pid /tmp/nginx.pid;
|
3 |
+
|
4 |
server {
|
5 |
listen 7860;
|
6 |
listen [::]:7860;
|