aboutsummaryrefslogtreecommitdiff
path: root/template/nginx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-07 21:15:21 +0800
committercrupest <crupest@outlook.com>2023-07-07 21:15:21 +0800
commita4714922baf6419da1f24d0a556124fca901a150 (patch)
tree2248ffd9af2a36d2501b75b2bf701f7d1b38be0c /template/nginx
parentd61b3476962fd1e27911fc73550e6ec52debd316 (diff)
downloadcrupest-a4714922baf6419da1f24d0a556124fca901a150.tar.gz
crupest-a4714922baf6419da1f24d0a556124fca901a150.tar.bz2
crupest-a4714922baf6419da1f24d0a556124fca901a150.zip
Rename v2ray service name.
Diffstat (limited to 'template/nginx')
-rw-r--r--template/nginx/root.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/nginx/root.conf.template b/template/nginx/root.conf.template
index f148db8..d1585bb 100644
--- a/template/nginx/root.conf.template
+++ b/template/nginx/root.conf.template
@@ -24,7 +24,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
- proxy_pass http://crupest-v2ray:10000;
+ proxy_pass http://v2ray:10000;
}
location /api {