bunkerweb/examples/wordpress/server-confs/permalinks.conf
2020-10-25 18:30:34 +01:00

4 lines
100 B
Text

location / {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}