mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-23 12:29:27 +08:00
Add all the logic for presets working
This commit is contained in:
@@ -17,9 +17,12 @@
|
||||
options: ['index.html', 'index.php'],
|
||||
enabled: true,
|
||||
},
|
||||
fallbackRouting: {
|
||||
default: ['index.php'],
|
||||
options: ['index.html', 'index.php'],
|
||||
fallbackHtml: {
|
||||
default: false,
|
||||
enabled: true,
|
||||
},
|
||||
fallbackPhp: {
|
||||
default: true,
|
||||
enabled: true,
|
||||
},
|
||||
legacyPhpRouting: {
|
||||
|
Reference in New Issue
Block a user