Skip to content

Commit

Permalink
use base uri and let httpd set the query parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Aug 15, 2024
1 parent 738f542 commit 5d7e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_ood_proxy/lib/pun_proxy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function pun_proxy_handler(r)
local conn = {}
conn.user = user
conn.socket = pun_socket_root .. "/" .. user .. "/passenger.sock"
conn.uri = r.unparsed_uri
conn.uri = r.uri

-- start up PUN if socket doesn't exist
local err = nil
Expand Down

0 comments on commit 5d7e42a

Please sign in to comment.