Partly reverting 690137a3

This commit is contained in:
Winfried
2017-05-01 12:36:31 +02:00
parent d44873085b
commit 8246863cd7
11 changed files with 241 additions and 235 deletions

View File

@ -4,7 +4,7 @@ server {
listen [::]:80 default_server ipv6only=on;
server_name localhost;
root /var/www;
root /var/www/public;
index index.php index.html index.htm;
location / {
@ -30,6 +30,3 @@ server {
log_not_found off;
}
}

View File

@ -4,7 +4,7 @@ server {
listen [::]:80;
server_name project-1.dev;
root /var/www/project-1;
root /var/www/project-1/public;
index index.php index.html index.htm;
location / {
@ -30,6 +30,3 @@ server {
log_not_found off;
}
}

View File

@ -4,7 +4,7 @@ server {
listen [::]:80;
server_name project-2.dev;
root /var/www/project-2;
root /var/www/project-2/public;
index index.php index.html index.htm;
location / {
@ -30,6 +30,3 @@ server {
log_not_found off;
}
}