我有一些基于MojolicIoUs的应用程序,可以使用mod_cgi和mod_fastcgi在Apache2下运行.@H_404_2@
网址例如:@H_404_2@
@H_404_2@
http://example.org/oneapp/path/info?foo=bar
http://example.org/oneapp?foo=bar
http://example.org/secondapp/path/info?foo=bar
http://example.org/thirdapp/path/info?baz=heh
#etc...
我使用proxy_pass将应用程序配置为subdomains相对成功
但我想保留旧的URL(只需从apache2切换到Nginx).
我想保留相同的网址,但使用Nginx运行应用程序.
我的配置应该是什么样的,我该如何运行应用程序.@H_404_2@
提前致谢!@H_404_2@
最佳答案