NGINX
NGINX Trac
3rd Party Modules
Security Advisories
CHANGES
OpenResty
ngx_lua
Tengine
在线学习资源
NGINX 开发从入门到精通
NGINX Modules
ngx_echo
AGUeFZ
V2EX  ›  NGINX

Nginx 二级目录反代请教

  •  
  •   AGUeFZ · Jan 17, 2019 · 3460 views
    This topic created in 2701 days ago, the information mentioned may be changed or developed.

    访问 aaaa.com/bbbb/ 首页可以打开,排版全乱了,查看 js、图片等资源全部是 aaaa.com/a.js 404 怎么样才能变成 aaaa.com/bbbb/a.js? 求 Nginx 反代配置

    3 replies    2019-01-17 17:58:38 +08:00
    christwr
        1
    christwr  
       Jan 17, 2019
    location /***.js {
    proxy_pass http://***;
    proxy_set_header Host $http_host;
    }
    niknik
        2
    niknik  
       Jan 17, 2019
    如果是 python 的话,试一试 collections
    TheTimeIsNow
        3
    TheTimeIsNow  
       Jan 17, 2019
    root 路径设置下
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3186 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 48ms · UTC 12:12 · PVG 20:12 · LAX 05:12 · JFK 08:12
    ♥ Do have faith in what you're doing.