chore: Update plugin.json to change type of REVERSE_PROXY_SSL_SNI_NAME field to "text"

This commit is contained in:
Théophile Diot 2024-09-06 15:36:21 +02:00
parent 080cabb386
commit 8a7d561f00
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -48,7 +48,7 @@
"id": "reverse-proxy-ssl-sni-name",
"label": "SSL SNI name",
"regex": "^.*$",
"type": "check"
"type": "text"
},
"REVERSE_PROXY_HOST": {
"context": "multisite",