add simple app authorization page
This commit is contained in:
+5
-3
@@ -155,12 +155,14 @@
|
||||
"level": 5
|
||||
},
|
||||
"ssl": {
|
||||
"privateKey": "/etc/letsencrypt/live/ipost.rocks/privkey.pem",
|
||||
"certificate" : "/etc/letsencrypt/live/ipost.rocks/cert.pem"
|
||||
"privateKey": "./etc/letsencrypt/live/ipost.rocks/privkey.pem",
|
||||
"certificate" : "./etc/letsencrypt/live/ipost.rocks/fullchain.pem"
|
||||
},
|
||||
"ports": {
|
||||
"http": 9999,
|
||||
"https": 9998
|
||||
},
|
||||
"disallow_proxies_by_headers": true
|
||||
"disallow_proxies_by_headers": true,
|
||||
"hcaptcha_secret": "0x0000000000000000000000000000000000000000",
|
||||
"hcaptcha_sitekey": "10000000-ffff-ffff-ffff-000000000001"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user