index block moved

This commit is contained in:
Szekeres Bálint
2018-01-23 08:22:20 +01:00
parent 5f7ce069c2
commit 3a6b9f5470
2 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# index
<span ng-if="data.file_structure === 'separated'"># index
index {{ data.index_html ? 'index.html ' : '' }}index.php;
# handle .php
</span># handle .php
location ~ \.php$ {<span ng-if="data.file_structure === 'separated'">
include _php_fastcgi.conf;
</span><span ng-if="data.file_structure === 'unified'">