general clean up

This commit is contained in:
Mahmoud Zalt
2016-08-19 03:05:36 +03:00
parent dd48592d8b
commit e75da747a9
5 changed files with 11 additions and 28 deletions

View File

@ -3,7 +3,7 @@ server {
listen 80;
listen [::]:80;
server_name site_a;
server_name site_a;
root /var/www/site_a/public;
index index.php index.html index.htm;