🔧 update nginx config
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
e6c0388afd
commit
728df61141
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue