Merge pull request #2124 from raycheung/master

Fix storyboard when proxied with an external port
pull/1043/head
TheFrenchGhosty 3 years ago committed by GitHub
commit c33ee83d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -298,7 +298,7 @@ def make_host_url(kemal_config)
# Add if non-standard port
if port != 80 && port != 443
port = ":#{kemal_config.port}"
port = ":#{port}"
else
port = ""
end

Loading…
Cancel
Save