enabling https
This commit is contained in:
@ -11,7 +11,12 @@
|
||||
"max_body": "50mb",
|
||||
"max_upload": 104857600,
|
||||
"morgan": "combined",
|
||||
"cors": "*"
|
||||
"cors": "*",
|
||||
"ssl": {
|
||||
"enable": true,
|
||||
"cert": "/etc/letsencrypt/live/bri-dev.shiblysolution.id/fullchain.pem",
|
||||
"key": "/etc/letsencrypt/live/bri-dev.shiblysolution.id/privkey.pem"
|
||||
}
|
||||
},
|
||||
"database": {
|
||||
"engine": "postgres",
|
||||
|
||||
Reference in New Issue
Block a user