diff --git a/nginx-initial.conf b/nginx-ssl.conf similarity index 54% rename from nginx-initial.conf rename to nginx-ssl.conf index 52090c8..3cbba40 100644 --- a/nginx-initial.conf +++ b/nginx-ssl.conf @@ -6,6 +6,22 @@ server { root /var/www/certbot; } + location / { + return 301 https://$host$request_uri; + } +} + +server { + listen 443 ssl http2; + server_name nochill.in www.nochill.in; + + ssl_certificate /etc/letsencrypt/live/nochill.in/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/nochill.in/privkey.pem; + + ssl_protocols TLSv1.2 TLSv1.3; + ssl_prefer_server_ciphers off; + ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384'; + location / { proxy_pass http://app:4321; proxy_http_version 1.1; diff --git a/nginx.conf b/nginx.conf index 3cbba40..52090c8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,22 +6,6 @@ server { root /var/www/certbot; } - location / { - return 301 https://$host$request_uri; - } -} - -server { - listen 443 ssl http2; - server_name nochill.in www.nochill.in; - - ssl_certificate /etc/letsencrypt/live/nochill.in/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/nochill.in/privkey.pem; - - ssl_protocols TLSv1.2 TLSv1.3; - ssl_prefer_server_ciphers off; - ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384'; - location / { proxy_pass http://app:4321; proxy_http_version 1.1; diff --git a/public/Ironman-Mask-3-Old-icon.png b/public/Ironman-Mask-3-Old-icon.png new file mode 100644 index 0000000..99fac19 Binary files /dev/null and b/public/Ironman-Mask-3-Old-icon.png differ diff --git a/public/favicon2.pbm b/public/favicon2.pbm new file mode 100644 index 0000000..47e2930 Binary files /dev/null and b/public/favicon2.pbm differ diff --git a/src/pages/about.astro b/src/pages/about.astro index dd7b731..3cdf179 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -19,7 +19,6 @@ const posts = allPosts

Who are you ?

nc

- Twitter GitHub GitLab Gitea