FIX: Removed root path as variable
This commit is contained in:
parent
1528e6870e
commit
54402095a3
@ -7,7 +7,7 @@ server {
|
|||||||
server_name {domain} www.{domain};
|
server_name {domain} www.{domain};
|
||||||
|
|
||||||
# Path to document root
|
# Path to document root
|
||||||
root {path}{root};
|
root {path}/current/public;
|
||||||
|
|
||||||
# File to be used as index
|
# File to be used as index
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|||||||
@ -7,7 +7,7 @@ server {
|
|||||||
server_name {domain} www.{domain};
|
server_name {domain} www.{domain};
|
||||||
|
|
||||||
# Path to document root
|
# Path to document root
|
||||||
root {path}{root};
|
root {path}/public;
|
||||||
|
|
||||||
# File to be used as index
|
# File to be used as index
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|||||||
@ -12,7 +12,7 @@ server {
|
|||||||
server_name {domain} www.{domain};
|
server_name {domain} www.{domain};
|
||||||
|
|
||||||
# Path to document root
|
# Path to document root
|
||||||
root {path}{root};
|
root {path}/public;
|
||||||
|
|
||||||
# File to be used as index
|
# File to be used as index
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user