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

Commit

Permalink
Merge pull request #391 from isomerpages/staging
Browse files Browse the repository at this point in the history
Create antidopingsingapore.gov.sg.conf
  • Loading branch information
juliuschanjq authored Dec 21, 2023
2 parents 75f0463 + 9b439df commit 23ba5d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions letsencrypt/antidopingsingapore.gov.sg.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name antidopingsingapore.gov.sg;
ssl_certificate /etc/letsencrypt/live/antidopingsingapore.gov.sg/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/antidopingsingapore.gov.sg/privkey.pem;
return 301 https://www.antidopingsingapore.gov.sg$request_uri;
}

0 comments on commit 23ba5d2

Please sign in to comment.