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;