Skip to content

Commit

Permalink
Update listener.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SiwatS authored Mar 31, 2022
1 parent 8fa08e9 commit 025a390
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions listener.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"pass": "routes",
"tls": {
"certificate":"primary"
"*:80":{
"pass":"routes"
},
"*:443":{
"pass":"routes",
"tls":{
"certificate":"primary"
}
}
}

0 comments on commit 025a390

Please sign in to comment.