wordpress pour anne so

This commit is contained in:
2024-04-25 20:47:53 +00:00
parent ad2240cd9d
commit af51855d0c
3 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://wordpress:80"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}