👽 updated DNS

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2024-01-13 18:09:39 +01:00
parent 3d6e4d432a
commit 5f1790d8b6
2 changed files with 2 additions and 2 deletions

View file

@ -148,6 +148,6 @@ func main() {
})
// Run the server on port 8080
db.SetupDb()
// db.SetupDb()
router.Run(":8080")
}

View file

@ -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;