mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 00:48:44 +00:00
5 lines
100 B
Text
5 lines
100 B
Text
|
|
location / {
|
||
|
|
index index.php index.html index.htm;
|
||
|
|
try_files $uri $uri/ /index.php?$args;
|
||
|
|
}
|