mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-18 14:38:42 +00:00
4 lines
100 B
Text
4 lines
100 B
Text
location / {
|
|
index index.php index.html index.htm;
|
|
try_files $uri $uri/ /index.php?$args;
|
|
}
|