mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-10 05:10:59 +00:00
fix: 精简websocket配置
This commit is contained in:
@@ -100,8 +100,6 @@ server {
|
||||
# auth_basic_user_file /etc/nginx/.htpasswd;
|
||||
}
|
||||
|
||||
|
||||
# ---------- WEBSOCKET GATEWAY TO :8082 ----------
|
||||
location ^~ /websocket/ {
|
||||
proxy_pass http://127.0.0.1:8084/;
|
||||
proxy_http_version 1.1;
|
||||
|
||||
Reference in New Issue
Block a user