document_root variable (http)

pull/2/head
Szekeres Bálint 2018-01-07 17:05:44 +01:00
parent bfe4df0e04
commit db257d1f68
1 changed files with 1 additions and 1 deletions

View File

@ -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 }};
<span ng-if="data.file_structure === 'separated'">
include _general.conf;<span ng-if="data.php !== 'off' && data.wordpress">
include _wordpress.conf;</span><span ng-if="data.php !== 'off'">