update nginx php query parameter handling
* replace /index.php?$args with /index.php$is_args$args according to WP 5.0 rest api faq
This commit is contained in:
@@ -23,7 +23,7 @@ server {
|
|||||||
include common/acl.conf;
|
include common/acl.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Display menu at location /fpm/status/
|
# Display menu at location /fpm/status/
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ location = /favicon.ico {
|
|||||||
location = /robots.txt {
|
location = /robots.txt {
|
||||||
# Some WordPress plugin gererate robots.txt file
|
# Some WordPress plugin gererate robots.txt file
|
||||||
# Refer #340 issue
|
# Refer #340 issue
|
||||||
try_files $uri $uri/ /index.php?$args @robots;
|
try_files $uri $uri/ /index.php$is_args$args @robots;
|
||||||
access_log off;
|
access_log off;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ location = /favicon.ico {
|
|||||||
location = /robots.txt {
|
location = /robots.txt {
|
||||||
# Some WordPress plugin gererate robots.txt file
|
# Some WordPress plugin gererate robots.txt file
|
||||||
# Refer #340 issue
|
# Refer #340 issue
|
||||||
try_files $uri $uri/ /index.php?$args @robots;
|
try_files $uri $uri/ /index.php$is_args$args @robots;
|
||||||
access_log off;
|
access_log off;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# PHP NGINX CONFIGURATION
|
# PHP NGINX CONFIGURATION
|
||||||
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# PHP NGINX CONFIGURATION
|
# PHP NGINX CONFIGURATION
|
||||||
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# PHP NGINX CONFIGURATION
|
# PHP NGINX CONFIGURATION
|
||||||
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no
|
|||||||
}
|
}
|
||||||
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /redis-fetch {
|
location /redis-fetch {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no
|
|||||||
}
|
}
|
||||||
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /redis-fetch {
|
location /redis-fetch {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no
|
|||||||
}
|
}
|
||||||
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /redis-fetch {
|
location /redis-fetch {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no
|
|||||||
}
|
}
|
||||||
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
location ~ ^/wp-content/cache/minify/(.+\.(css|js))$ {
|
location ~ ^/wp-content/cache/minify/(.+\.(css|js))$ {
|
||||||
try_files $uri /wp-content/plugins/w3-total-cache/pub/minify.php?file=$1;
|
try_files $uri /wp-content/plugins/w3-total-cache/pub/minify.php?file=$1;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no
|
|||||||
}
|
}
|
||||||
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
location ~ ^/wp-content/cache/minify/(.+\.(css|js))$ {
|
location ~ ^/wp-content/cache/minify/(.+\.(css|js))$ {
|
||||||
try_files $uri /wp-content/plugins/w3-total-cache/pub/minify.php?file=$1;
|
try_files $uri /wp-content/plugins/w3-total-cache/pub/minify.php?file=$1;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no
|
|||||||
}
|
}
|
||||||
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
# Use cached or actual file if they exists, Otherwise pass request to WordPress
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
location ~ ^/wp-content/cache/minify/(.+\.(css|js))$ {
|
location ~ ^/wp-content/cache/minify/(.+\.(css|js))$ {
|
||||||
try_files $uri /wp-content/plugins/w3-total-cache/pub/minify.php?file=$1;
|
try_files $uri /wp-content/plugins/w3-total-cache/pub/minify.php?file=$1;
|
||||||
|
|||||||
Reference in New Issue
Block a user