Encourage users to use multiple virtual hosts
This commit is contained in:
parent
da3078eb07
commit
dc91fd4862
|
@ -81,6 +81,12 @@ http {
|
|||
gzip_disable "MSIE [1-6]\.";
|
||||
gzip_vary on;
|
||||
|
||||
# If you use virtual hosts, include them.
|
||||
# include sites-enabled/*;
|
||||
|
||||
# You should use virtual hosts and move these `server` blocks in their own
|
||||
# file inside a `sites-available` folder. Then symink back to `sites-enabled`
|
||||
# to activate.
|
||||
server {
|
||||
# listen 80 default_server deferred; # for Linux
|
||||
# listen 80 default_server accept_filter=httpready; # for FreeBSD
|
||||
|
|
Loading…
Reference in New Issue