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 #387 from isomerpages/staging
Browse files Browse the repository at this point in the history
Redirection clean-up 08/12/23
  • Loading branch information
shazlithebestie authored Dec 11, 2023
2 parents 073107a + ef2305e commit 42cc744
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion letsencrypt/ctrlshift.gov.sg.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ctrlshift.gov.sg stewhatsnext.gov.sg www.stewhatsnext.gov.sg;
server_name ctrlshift.gov.sg;
ssl_certificate /etc/letsencrypt/live/ctrlshift.gov.sg/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/ctrlshift.gov.sg/privkey.pem;
return 301 https://www.ctrlshift.gov.sg$request_uri;
Expand Down
8 changes: 8 additions & 0 deletions letsencrypt/healthinfo.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 healthinfo.gov.sg;
ssl_certificate /etc/letsencrypt/live/healthinfo.gov.sg/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/healthinfo.gov.sg/privkey.pem;
return 301 https://www.healthinfo.gov.sg$request_uri;
}
8 changes: 0 additions & 8 deletions letsencrypt/supplyally.gov.sg.conf

This file was deleted.

0 comments on commit 42cc744

Please sign in to comment.