From 54402095a38584ef829b80e58074d26b3d05b681 Mon Sep 17 00:00:00 2001 From: Mauricio Wyler Date: Wed, 22 May 2019 11:33:54 -0300 Subject: [PATCH] FIX: Removed root path as variable --- templates/envoyer | 2 +- templates/wordpress | 2 +- templates/wordpress-cache | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/envoyer b/templates/envoyer index 56c4525..bfc023f 100644 --- a/templates/envoyer +++ b/templates/envoyer @@ -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; diff --git a/templates/wordpress b/templates/wordpress index 2295a89..5aa6fca 100644 --- a/templates/wordpress +++ b/templates/wordpress @@ -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; diff --git a/templates/wordpress-cache b/templates/wordpress-cache index fe155fd..0be933c 100644 --- a/templates/wordpress-cache +++ b/templates/wordpress-cache @@ -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;