Encourage users to use multiple virtual hosts

This commit is contained in:
Alessandro Vendruscolo 2012-07-15 23:27:56 +02:00
parent da3078eb07
commit dc91fd4862
1 changed files with 6 additions and 0 deletions

View File

@ -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