NGINX support changing foldername

后端 未结 0 351
离开以前
离开以前 2021-01-13 04:55

    location ~ \\.(jpg|png|css|js|html|json|svg|jpeg) {
            try_files $uri =404;
    }

    location ~ ^/amk(.*) {
        include fastcgi_params;
        f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题