vowmmm's recent timeline updates
vowmmm

vowmmm

V2EX member #62372, joined on 2014-05-11 00:22:36 +08:00
vowmmm's recent replies
@chairo 非常感谢。搞了好久,试来试去,大家都说,“直接用.htaccess解决,nginix什么都不用做”。最终发现,不是apache的.htaccess的问题。加上

location / {
try_files $uri @apache ;
}

location @apache {
internal;
proxy_pass http://127.0.0.1:81;
include proxy.conf;
}

就可以了。我又查了一下@apache的意思,没找到。
能说说@apache的意思吗?
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1554 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 16:49 · PVG 00:49 · LAX 09:49 · JFK 12:49
♥ Do have faith in what you're doing.