Added redirect from wp-admin to wp/wp-admin

This commit is contained in:
2023-04-17 21:46:01 +00:00
parent a3bd5334f1
commit ac4583339e
3 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "0.8.5"
HELM_CHART_VERSION: "0.8.6"
stages:
- deploy

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: cloudypress
description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit
type: application
version: "0.8.5"
version: "0.8.6"
appVersion: "6.2.0"

View File

@@ -115,6 +115,18 @@ data:
]
}
},
{
"action": {
"return": 302,
"location": "/wp/wp-admin"
},
"match": {
"uri": [
"/wp-admin",
"/wp-admin/*"
]
}
},
{
"action": {
"share": "/app/web$uri",