diff --git a/public/templates/example.com.conf.html b/public/templates/example.com.conf.html index 70be5ef..adf2c4c 100644 --- a/public/templates/example.com.conf.html +++ b/public/templates/example.com.conf.html @@ -60,7 +60,7 @@ server { server_name {{ !data.non_www ? 'www.' : '' }}{{ data.domain }}; set $base /var/www/{{ data.domain }}; - root $base/public; + root $base/{{ data.document_root }}; include _general.conf; include _wordpress.conf;