Commit 8369bdbe authored by Damien Mathieu's avatar Damien Mathieu

don't pass port in redirects

parent d888d5ea
...@@ -29,6 +29,7 @@ http { ...@@ -29,6 +29,7 @@ http {
server { server {
listen <%= port %> reuseport; listen <%= port %> reuseport;
port_in_redirect off;
keepalive_timeout 5; keepalive_timeout 5;
root <%= root %>; root <%= root %>;
<% if error_page %> <% 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