👽 updated DNS
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
3d6e4d432a
commit
5f1790d8b6
2 changed files with 2 additions and 2 deletions
|
@ -148,6 +148,6 @@ func main() {
|
|||
})
|
||||
|
||||
// Run the server on port 8080
|
||||
db.SetupDb()
|
||||
// db.SetupDb()
|
||||
router.Run(":8080")
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ server {
|
|||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name helseundersokelsen.no;
|
||||
server_name helseundersokelsen.online;
|
||||
|
||||
# ssl_certificate /etc/nginx/certs/your_domain.crt;
|
||||
# ssl_certificate_key /etc/nginx/certs/your_domain.key;
|
||||
|
|
Reference in a new issue