wordpress pour anne so
This commit is contained in:
20
wordpress/ts-wordpress/config/wordpress.json
Normal file
20
wordpress/ts-wordpress/config/wordpress.json
Normal 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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user