Skip to content

Commit

Permalink
fix: add hardcoding in url gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijna-Raghavendra committed Apr 17, 2024
1 parent 3582274 commit 86675a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/shell_scripts/automate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ if [ "$arg1" = "-u" ]; then
}
charset utf-8;
client_max_body_size 20M;
ssl_certificate $FULLCHAIN_LOCATION;
ssl_certificate_key $PRIVKEY_LOCATION;
ssl_certificate /etc/letsencrypt/live/domains.mdgspace.org-0002/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/domains.mdgspace.org-0002/privkey.pem;
include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
}" > /etc/nginx/sites-available/$arg3.conf;
Expand Down

0 comments on commit 86675a2

Please sign in to comment.