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

Commit

Permalink
Create egazette.gov.sg.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
isomeradmin committed Nov 23, 2023
1 parent ac6ca10 commit 0f1f08d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions letsencrypt/egazette.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 egazette.gov.sg;
ssl_certificate /etc/letsencrypt/live/egazette.gov.sg/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/egazette.gov.sg/privkey.pem;
return 301 https://www.egazette.gov.sg$request_uri;
}

0 comments on commit 0f1f08d

Please sign in to comment.