Skip to content

Commit 2744779

Browse files
author
Alexandros Ioannides
authored
Remove duplicate index.php
1 parent 5fff7b2 commit 2744779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/templates/web/nginx/caching.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ server {
2525
proxy_no_cache $no_cache;
2626

2727
set $no_cache 0;
28-
if ($request_uri ~* "/wp-admin/|wp-.*.php|xmlrpc.php|index.php|/store.*|/cart.*|/my-account.*|/checkout.*|/user/|/admin/|/administrator/|/manager/|index.php") {
28+
if ($request_uri ~* "/wp-admin/|wp-.*.php|xmlrpc.php|/store.*|/cart.*|/my-account.*|/checkout.*|/user/|/admin/|/administrator/|/manager/|index.php") {
2929
set $no_cache 1;
3030
}
3131
if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no_cache|wordpress_logged_in|woocommerce_items_in_cart|woocommerce_cart_hash|PHPSESSID") {

0 commit comments

Comments
 (0)