Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update vaccine.gov.sg.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj authored Dec 22, 2023
1 parent 66e0723 commit 14fbf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion letsencrypt/vaccine.gov.sg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ server {
server_name vaccine.gov.sg;
ssl_certificate /etc/letsencrypt/live/vaccine.gov.sg/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/vaccine.gov.sg/privkey.pem;
return 301 https://www.vaccine.gov.sg/$request_uri;
return 301 https://www.vaccine.gov.sg$request_uri;
}

0 comments on commit 14fbf97

Please sign in to comment.