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

Commit

Permalink
Update supply.gov.sg.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
shazlithebestie authored Nov 23, 2023
1 parent 69c2101 commit 10c567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion letsencrypt/supply.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 supply.gov.sg sally.gov.sg www.sally.gov.sg;
server_name supply.gov.sg sally.gov.sg www.sally.gov.sg supplyally.gov.sg www.supplyally.gov.sg;
ssl_certificate /etc/letsencrypt/live/supply.gov.sg/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/supply.gov.sg/privkey.pem;
return 301 https://www.supply.gov.sg$request_uri;
Expand Down

0 comments on commit 10c567d

Please sign in to comment.