mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 07:54:18 +08:00
index block moved
This commit is contained in:
@@ -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'">
|
||||
|
Reference in New Issue
Block a user