bunkerweb/examples/multisite-custom-server-confs/server-confs/wp.example.com/permalinks.conf

4 lines
100 B
Text

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