diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-02 23:17:38 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-02 23:17:38 +0200 |
| commit | ec366eadfdfc18115a5a1ac0f75d77ddc9681475 (patch) | |
| tree | 6d02461cfcd254ec7a713d681d6c59ee82a10697 | |
| parent | ac6c191e0f8a120f84a88425910f7569ffe96964 (diff) | |
| download | greatoffice-ec366eadfdfc18115a5a1ac0f75d77ddc9681475.tar.xz greatoffice-ec366eadfdfc18115a5a1ac0f75d77ddc9681475.zip | |
refactor: Remove text
| -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 |
