Subsite Create working
This commit is contained in:
@@ -45,7 +45,14 @@ server {
|
||||
|
||||
{{^proxy}}
|
||||
{{^alias}}
|
||||
|
||||
{{^subsite}}
|
||||
root {{webroot}}/htdocs;
|
||||
{{/subsite}}
|
||||
|
||||
{{#subsite}}
|
||||
root {{subsite_webroot}}/htdocs;
|
||||
{{/subsite}}
|
||||
|
||||
index {{^static}}index.php{{/static}} index.html index.htm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user