V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
lixuda
V2EX  ›  问与答

nginx 配置问题,url 调整

  •  
  •   lixuda · May 8, 2020 · 1330 views
    This topic created in 2193 days ago, the information mentioned may be changed or developed.

    需求: 目录下,没有文件的全部 301 跳转到其他域名,如果有文件就执行 php

    include enable-php.conf;
    location / {
       if (!-e $request_filename) {
    	  rewrite ^/(.*)$ http://****.com/$1 permanent;
       }
    }
    

    可为什么就是不会跳转?对 nginx 不熟,大神帮忙下,谢谢

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3141 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 03:17 · PVG 11:17 · LAX 20:17 · JFK 23:17
    ♥ Do have faith in what you're doing.