From baddc0999480ee8736577b93862cdcddb361ff1b Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Mon, 21 Dec 2020 18:58:07 +0100 Subject: [PATCH] . --- v1/WordPress/WordPress 5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/v1/WordPress/WordPress 5 b/v1/WordPress/WordPress 5 index 6ae77ea..6cfb25a 100755 --- a/v1/WordPress/WordPress 5 +++ b/v1/WordPress/WordPress 5 @@ -26,6 +26,12 @@ server { {{basic_auth}} + #rewrite ^/blog$ /blog/$1 permanent; + + #location /blog/ { + # try_files $uri $uri/ /blog/index.php?$args; + #} + try_files $uri $uri/ /index.php?$args; index index.php index.html;