Skip to content

Commit 86675a2

Browse files
fix: add hardcoding in url gen
1 parent 3582274 commit 86675a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/shell_scripts/automate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ if [ "$arg1" = "-u" ]; then
3232
}
3333
charset utf-8;
3434
client_max_body_size 20M;
35-
ssl_certificate $FULLCHAIN_LOCATION;
36-
ssl_certificate_key $PRIVKEY_LOCATION;
35+
ssl_certificate /etc/letsencrypt/live/domains.mdgspace.org-0002/fullchain.pem;
36+
ssl_certificate_key /etc/letsencrypt/live/domains.mdgspace.org-0002/privkey.pem;
3737
include /etc/letsencrypt/options-ssl-nginx.conf;
3838
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
3939
}" > /etc/nginx/sites-available/$arg3.conf;

0 commit comments

Comments
 (0)