Proof of concept - LaraDock hosting multiple sites

This commit is contained in:
larryeitel
2016-08-15 15:14:05 -06:00
parent 28b4077a49
commit 93504a714d
7 changed files with 73 additions and 2 deletions

View File

@ -24,5 +24,6 @@ http {
gzip on;
gzip_disable "msie6";
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-available/*;
open_file_cache max=100;
}