本帖最后由 gzroc 于 2021-7-17 00:41 编辑
谢谢,已搞定,如果想把群晖也加进来,这个location应该怎么写?
location /dsm {
proxy_pass https://192.168.0.XXX:5001;
proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
我这样写后通过https://xxx.xxx.xxx:xxx/dsm访问,不成功,没找到群晖登陆页面。请指教。 |