🔧 update nginx config

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2024-01-13 12:54:29 +01:00
parent e6c0388afd
commit 728df61141

View file

@ -1,3 +1,9 @@
server {
listen 80;
server_name your_domain.com;
return 301 https://$host$request_uri;
}
server {
listen 443 ssl;
server_name helseundersokelsen.no;