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   ·   1005 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 19:20 · PVG 03:20 · LAX 12:20 · JFK 15:20
♥ Do have faith in what you're doing.