Skip to content

Commit e27ebc4

Browse files
authored
Merge pull request #401 from joesken/patch-1
Added fix for nginx configuration using Gutenberg editor
2 parents 18e1018 + 28617de commit e27ebc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices/usage/how-to-install-wordpress-next-to-your-magento-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Create a `/data/web/nginx/server.wordpress` with the following content:
8585
location /blog {
8686
root /data/web/public;
8787
index index.php;
88-
try_files $uri $uri/ /blog/index.php;
88+
try_files $uri $uri/ /blog/index.php$is_args$args;
8989
9090
location ~ \.php$ {
9191
echo_exec @phpfpm;

0 commit comments

Comments
 (0)