diff options
| -rwxr-xr-x | apps/portal/build_and_push.sh | 22 |
1 files changed, 0 insertions, 22 deletions
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 |
