Files
vpnbot/config/unit.json
T
2022-12-18 01:57:25 +04:00

18 lines
309 B
JSON

{
"listeners":{
"*:443":{
"pass": "applications/php",
"tls": {
"certificate": "cert"
}
}
},
"applications":{
"php":{
"type":"php",
"root":"/app",
"script":"index.php"
}
}
}