http://localhost/action
http://localhost/action/pre/xx/xx
Alle Aktionsschnittstellen werden von Tomcat verwaltet, aber um gleichzeitig auf die beiden oben genannten URLs zugreifen zu können, habe ich die folgenden beiden Standortsegmente konfiguriert. Ich habe immer das Gefühl, dass diese Konfigurationsmethode nicht sehr elegant ist ist ein besserer Weg. Es ist nicht ganz klar
location ~ ^/(action)/?$ {
proxy_pass http://tomcats;
}
location ~ ^/(action)/(.+)$ {
proxy_pass http://tomcats;
}
你好,请问一下
thinkPHP3.2留言板视频教程
原地址是什么,我想去研究一下。
看你的需要求,直接
应该就行了。