bunkerweb/examples/wordpress/server-confs/permalinks.conf

5 lines
100 B
Text
Raw Normal View History

2020-10-25 17:30:34 +00:00
location / {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}