网友 fmbfmb 说:
在emby网站路径后面配置了个sonarr,能打开却加载不了页面,怎么破啊
这是nginx配置
- location / {
- p**xy_pa** http://127.0.0.1:80**;
- p**xy_http_version 1.1;
- p**xy_set_header Upgrade $http_upgrade;
- p**xy_set_header Connection &*uot;upgrade&*uot;;
- p**xy_set_header Host $http_host;
- p**xy_set_header X-Real-IP $remote_addr;
- p**xy_set_header X-Forward-For $p**xy_add_x_forwarded_for;
- p**xy_set_header X-Forward-P**to http;
- p**xy_set_header X-Nginx-P**xy true;
- p**xy_redirect off;
- }
- #sonarr
- location /sonarr/ {
- p**xy_set_header Host $http_host;
- p**xy_pa** http://127.0.0.1:8989;
- }
网友 pulpfunction 说:
- location / {
- p**xy_pa** http://127.0.0.1:000/;
- p**xy_set_header X-Forwarded-For $remote_addr;
- p**xy_**l_ve**fy off;
- p**xy_http_version 1.1;
- p**xy_set_header Host $http_host;
- p**xy_set_header Upgrade $http_upgrade;
- p**xy_set_header Connection &*uot;upgrade&*uot;;
- p**xy_read_timeout 8**00;
- }
网友 fmbfmb 说:
爱主机