@das-fed/cli 6.4.0-dev.56 → 6.4.0-dev.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
worker_processes
|
1
|
+
worker_processes 2;
|
2
2
|
worker_rlimit_nofile 2000;
|
3
3
|
events {
|
4
4
|
worker_connections 1000;
|
@@ -45,7 +45,7 @@ http {
|
|
45
45
|
}
|
46
46
|
|
47
47
|
location ~ ^/(api|oss)/ {
|
48
|
-
proxy_pass http://gateway;
|
48
|
+
proxy_pass http://gateway:9080;
|
49
49
|
}
|
50
50
|
|
51
51
|
location {url} {
|