FIX: Removed root path as variable

This commit is contained in:
Mauricio Wyler 2019-05-22 11:33:54 -03:00
parent 1528e6870e
commit 54402095a3
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ server {
server_name {domain} www.{domain};
# Path to document root
root {path}{root};
root {path}/current/public;
# File to be used as index
index index.php;

View File

@ -7,7 +7,7 @@ server {
server_name {domain} www.{domain};
# Path to document root
root {path}{root};
root {path}/public;
# File to be used as index
index index.php;

View File

@ -12,7 +12,7 @@ server {
server_name {domain} www.{domain};
# Path to document root
root {path}{root};
root {path}/public;
# File to be used as index
index index.php;