我正在嘗試與Passenger Standalone一起運行Sinatra應用程序。該應用程序需要在這樣的URL URL:何我阻止Passenger Standalone/nginx刪除雙斜槓?
get "/url/*" do |url|
"URL: #{url}"
end
顯然nginx減少連續的斜線只有一個。當我致電/url/http://example.com
時,它返回:URL: http:/example.com
。當我在沒有Passenger的情況下運行它時,它完美地起作用。
什麼是nginx配置文件? – Zimbabao 2011-03-01 20:44:30
沒有。看到我的答案。 – rausch 2011-03-02 08:11:39