From ec366eadfdfc18115a5a1ac0f75d77ddc9681475 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 2 Jun 2022 23:17:38 +0200 Subject: refactor: Remove text --- apps/portal/build_and_push.sh | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'apps') diff --git a/apps/portal/build_and_push.sh b/apps/portal/build_and_push.sh index 3beff5e..b2c79b4 100755 --- a/apps/portal/build_and_push.sh +++ b/apps/portal/build_and_push.sh @@ -74,25 +74,3 @@ else fi popd - - - -server { - listen 443 ssl; - server_name *.example.com; - ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem; - include /etc/letsencrypt/options-ssl-nginx.conf; - ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; - root /var/www/example.com; - index index.html; - location / { - try_files $uri $uri/ =404; - } -} - -- Congratulations! Your certificate and chain have been saved at: - /etc/letsencrypt/live/dev.greatoffice.life/fullchain.pem - Your key file has been saved at: - /etc/letsencrypt/live/dev.greatoffice.life/privkey.pem - Your cert will expire on 2022-08-31. To obtain a new or tweaked -- cgit v1.3