[download-web/mirrorbits] nginx: Fix upstream port
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [download-web/mirrorbits] nginx: Fix upstream port
- Date: Tue, 8 Dec 2020 08:01:07 +0000 (UTC)
commit 197334a9d1fa9c04b880f20e9c4bf8e46054b1ad
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Tue Dec 8 09:01:02 2020 +0100
nginx: Fix upstream port
nginx/nginx.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index a0165bc..41bbaf7 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -47,6 +47,6 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_buffering off;
- proxy_pass http://127.0.0.1:8000;
+ proxy_pass http://127.0.0.1:8080;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]