|
|
@@ -1,8 +1,7 @@
|
|
|
-
|
|
|
-upstream rungobackend {
|
|
|
- server 127.0.0.1:28889;
|
|
|
- keepalive 128;
|
|
|
-}
|
|
|
+#upstream rungobackend {
|
|
|
+# server 127.0.0.1:28889;
|
|
|
+# keepalive 128;
|
|
|
+#}
|
|
|
|
|
|
server {
|
|
|
listen 80;
|
|
|
@@ -31,7 +30,7 @@ server {
|
|
|
proxy_set_header Host $host;
|
|
|
proxy_http_version 1.1;
|
|
|
proxy_set_header Connection "";
|
|
|
- proxy_pass http://rungobackend;
|
|
|
+ proxy_pass http://127.0.0.1:28889;
|
|
|
}
|
|
|
|
|
|
location /ngx {
|