chore: Update default value for REVERSE_PROXY_URL into "/" in plugin.json

This commit is contained in:
Théophile Diot 2024-05-06 13:54:29 +02:00
parent 163254ba49
commit 565114104b
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -44,7 +44,7 @@
},
"REVERSE_PROXY_URL": {
"context": "multisite",
"default": "",
"default": "/",
"help": "Location URL that will be proxied.",
"id": "reverse-proxy-url",
"label": "Reverse proxy url",