aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKana <[email protected]>2019-03-01 00:40:13 +0900
committerGitHub <[email protected]>2019-03-01 00:40:13 +0900
commit36b11f00273a53aa5bb392a4363c48ffe0b45e01 (patch)
tree8ce38f57c33f4c85f513b950d81f73334a4079b3 /docs
parentclearer instructions (diff)
downloadhost.fuwn.me-36b11f00273a53aa5bb392a4363c48ffe0b45e01.tar.xz
host.fuwn.me-36b11f00273a53aa5bb392a4363c48ffe0b45e01.zip
Update nginx.md
Diffstat (limited to 'docs')
-rw-r--r--docs/nginx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nginx.md b/docs/nginx.md
index 436dcfb..592e8f6 100644
--- a/docs/nginx.md
+++ b/docs/nginx.md
@@ -80,7 +80,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-NginX-Proxy true;
- proxy_pass http://backendbeta;
+ proxy_pass http://backend;
proxy_redirect off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;