Commit ecde29f2 authored by Terence Lee's avatar Terence Lee

don't need to define a server_name if we want a catch all

parent 99e48bb2
...@@ -29,7 +29,6 @@ http { ...@@ -29,7 +29,6 @@ http {
server { server {
listen <%= port %>; listen <%= port %>;
server_name _;
keepalive_timeout 5; keepalive_timeout 5;
root <%= root %>; root <%= root %>;
......
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