summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2021-03-26 10:24:32 +1100
committerMatthew Gamble2021-03-26 10:24:32 +1100
commit8c90b540d6f55654c80df6fb867b4f382ea3b455 (patch)
treecddb19fa58f144f6b3e359410295e534d31b21af
parent00f8289cc66e7fd93f7193b5d648338bad579a66 (diff)
downloadaur-8c90b540d6f55654c80df6fb867b4f382ea3b455.tar.gz
Nginx config update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--example-nginx.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b44a2f8289b..32f143352edd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = snapdrop
source = example-nginx.conf
source = customise-server-host-addr.patch
sha256sums = 8886ae45aa5910606c8125e27cc589ae26fe162eedc11a396ca864f4788f2c2a
- sha256sums = a20b5daf7e2b49d0dc54e93911e22b2fea244ecf2ef3ee58960e3c2aacde586a
+ sha256sums = 869a3b728ff81f0b29177279e344684f554e5670787b0401312b4f51142c33bc
sha256sums = c91545d65af2bfd6f09e05c7263b00340a98870ee9f3ded7447891e56b296fb6
pkgname = snapdrop
diff --git a/PKGBUILD b/PKGBUILD
index d582fe4d5cf4..35a3ebdddade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=(
)
sha256sums=(
"8886ae45aa5910606c8125e27cc589ae26fe162eedc11a396ca864f4788f2c2a"
- "a20b5daf7e2b49d0dc54e93911e22b2fea244ecf2ef3ee58960e3c2aacde586a"
+ "869a3b728ff81f0b29177279e344684f554e5670787b0401312b4f51142c33bc"
"c91545d65af2bfd6f09e05c7263b00340a98870ee9f3ded7447891e56b296fb6"
)
diff --git a/example-nginx.conf b/example-nginx.conf
index 2baf96d0510d..7e36056b0a25 100644
--- a/example-nginx.conf
+++ b/example-nginx.conf
@@ -14,7 +14,7 @@ server {
location /server {
proxy_connect_timeout 300;
- proxy_pass http://localhost:3000;
+ proxy_pass http://127.0.0.1:3000;
proxy_set_header Connection "upgrade";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header X-Forwarded-for $proxy_add_x_forwarded_for;