致力于为用户提供真实的
主机测评数据及优惠信息

emby怎样通过域名访问

网友 黑玉米 说:

mjj有知道的吗

网友 hullua172 说:

*帖最后由 hullua172 于 2022-6-21 17:13 编辑

反代啊

#PROXY-START/
location  ~* \.(gif|png|jpg|c**|js|woff|woff2)$
{
    p**xy_pa** http://你的IP:80**;
    p**xy_set_header Host $host;
    p**xy_set_header X-Real-IP $remote_addr;
    p**xy_set_header X-Forwarded-For $p**xy_add_x_forwarded_for;
    p**xy_set_header REMOTE-HOST $remote_addr;
    expires 12h;
}
location /
{
    p**xy_pa** http://你的IP:80**;
    p**xy_set_header Host $host;
    p**xy_set_header X-Real-IP $remote_addr;
    p**xy_set_header X-Forwarded-For $p**xy_add_x_forwarded_for;
    p**xy_set_header REMOTE-HOST $remote_addr;
   
    add_header X-Cache $upstream_cache_status;
   
    #Set Nginx Cache
   
            add_header Cache-Cont**l no-cache;
}

#PROXY-END/

网友 黑玉米 说:

hullua172 发表于 2022-6-21 17:11
反代啊

#PROXY-START/

赞(0) 打赏
未经允许不得转载:爱主机 » emby怎样通过域名访问
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址