Update default.conf
Browse files- default.conf +2 -0
default.conf
CHANGED
|
@@ -2,6 +2,7 @@ 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;
|
|
@@ -10,6 +11,7 @@ server {
|
|
| 10 |
}
|
| 11 |
|
| 12 |
location /pushgateway/ {
|
|
|
|
| 13 |
proxy_pass http://localhost:9091/;
|
| 14 |
proxy_set_header Host $host;
|
| 15 |
proxy_set_header X-Real-IP $remote_addr;
|
|
|
|
| 2 |
listen 8080;
|
| 3 |
|
| 4 |
location / {
|
| 5 |
+
access_log off;
|
| 6 |
proxy_pass http://localhost:9090/;
|
| 7 |
proxy_set_header Host $host;
|
| 8 |
proxy_set_header X-Real-IP $remote_addr;
|
|
|
|
| 11 |
}
|
| 12 |
|
| 13 |
location /pushgateway/ {
|
| 14 |
+
access_log off;
|
| 15 |
proxy_pass http://localhost:9091/;
|
| 16 |
proxy_set_header Host $host;
|
| 17 |
proxy_set_header X-Real-IP $remote_addr;
|