Commit 2941d9c7 authored by Terence Lee's avatar Terence Lee

Merge pull request #4 from dmathieu/port_in_redirect

Don't pass port in redirects
parents 3dbc10e9 8369bdbe
......@@ -29,6 +29,7 @@ http {
server {
listen <%= port %> reuseport;
port_in_redirect off;
keepalive_timeout 5;
root <%= root %>;
<% if error_page %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment