diff options
author | crupest <crupest@outlook.com> | 2023-07-07 21:15:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-07 21:15:21 +0800 |
commit | 3b1897e03c7d21ee63f34c8ce90449e6057c3cd1 (patch) | |
tree | 2248ffd9af2a36d2501b75b2bf701f7d1b38be0c /template/nginx | |
parent | 3a3ba2996b2041ac4e40dd6082b70afebd306e07 (diff) | |
download | crupest-3b1897e03c7d21ee63f34c8ce90449e6057c3cd1.tar.gz crupest-3b1897e03c7d21ee63f34c8ce90449e6057c3cd1.tar.bz2 crupest-3b1897e03c7d21ee63f34c8ce90449e6057c3cd1.zip |
Rename v2ray service name.
Diffstat (limited to 'template/nginx')
-rw-r--r-- | template/nginx/root.conf.template | 2 |
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 { |