Update default.conf
Browse files- default.conf +1 -1
default.conf
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
server {
|
| 2 |
listen 8080;
|
| 3 |
|
| 4 |
-
location /
|
| 5 |
proxy_pass http://localhost:9090/;
|
| 6 |
proxy_set_header Host $host;
|
| 7 |
proxy_set_header X-Real-IP $remote_addr;
|
|
|
|
| 1 |
server {
|
| 2 |
listen 8080;
|
| 3 |
|
| 4 |
+
location / {
|
| 5 |
proxy_pass http://localhost:9090/;
|
| 6 |
proxy_set_header Host $host;
|
| 7 |
proxy_set_header X-Real-IP $remote_addr;
|