Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 24f6695

Browse files
committed
Updating-wordpress-vhost-template
1 parent 6fa8a38 commit 24f6695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/debian/nginx/templates/wordpress.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ location ~* /(?:uploads|files)/.*\.php$ {
2222
}
2323

2424
location / {
25-
index index.php
25+
index index.php;
2626
try_files $uri $uri/ /index.php?$args;
2727
}
2828

0 commit comments

Comments
 (0)