我的配置如下 :location ~ \.php$ {
rewrite ^(.*)$ http://example.com$1 last; break;
}
Nginx配置rewrite怎么才能讓URL不變?
慕無忌1623718
2023-04-08 19:15:45