立即注册  找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 57|回复: 3

大佬们求教nginx配置

[复制链接]

大佬们求教nginx配置

[复制链接]

23

主题

90

回帖

495

积分

中级会员

积分
495
fmbfmb

23

主题

90

回帖

495

积分

中级会员

积分
495
2022-7-3 12:23:47 | 显示全部楼层 |阅读模式
在emby网站路径后面配置了个sonarr,能打开却加载不了页面,怎么破啊




这是nginx配置

[ol]
  •         location / {
  •         proxy_pass http://127.0.0.1:8096;
  •         proxy_http_version 1.1;
  •         proxy_set_header Upgrade $http_upgrade;
  •         proxy_set_header Connection "upgrade";
  •         proxy_set_header Host $http_host;
  •         proxy_set_header X-Real-IP $remote_addr;
  •         proxy_set_header X-Forward-For $proxy_add_x_forwarded_for;
  •         proxy_set_header X-Forward-Proto http;
  •         proxy_set_header X-Nginx-Proxy true;
  •         proxy_redirect off;
  •         }
  •         #sonarr
  •         location /sonarr/ {
  •         proxy_set_header Host  $http_host;
  •         proxy_pass http://127.0.0.1:8989;
  •         }[/ol]复制代码
  • 回复

    使用道具 举报

    62

    主题

    465

    回帖

    1672

    积分

    金牌会员

    积分
    1672
    pulpfunction

    62

    主题

    465

    回帖

    1672

    积分

    金牌会员

    积分
    1672
    2022-7-3 12:36:28 | 显示全部楼层
    [ol]
  •         location / {
  •             proxy_pass http://127.0.0.1:000/;
  •             proxy_set_header X-Forwarded-For $remote_addr;
  •             proxy_ssl_verify off;
  •             proxy_http_version 1.1;
  •             proxy_set_header Host $http_host;
  •             proxy_set_header Upgrade $http_upgrade;
  •             proxy_set_header Connection "upgrade";
  •             proxy_read_timeout 86400;
  •         }        [/ol]复制代码


    这个是我plex反代的配置  
    不知道跟参数有没有关系
  • 回复

    使用道具 举报

    23

    主题

    90

    回帖

    495

    积分

    中级会员

    积分
    495
    fmbfmb 楼主

    23

    主题

    90

    回帖

    495

    积分

    中级会员

    积分
    495
    2022-7-3 12:40:48 | 显示全部楼层

    pulpfunction 发表于 2022-7-3 12:36

    这个是我plex反代的配置  
    不知道跟参数有没有关系

    感谢相助,我试试看

    回复

    使用道具 举报

    57

    主题

    620

    回帖

    1967

    积分

    金牌会员

    积分
    1967
    bso

    57

    主题

    620

    回帖

    1967

    积分

    金牌会员

    积分
    1967
    2022-7-3 12:36:00 | 显示全部楼层
    我也不是很懂。求懂得大佬来个emby的反代配置
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-11-22 12:12 , Processed in 0.052360 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表