deployment

This commit is contained in:
nc 2026-05-04 11:04:19 +07:00
parent 7b5468b3a3
commit 87985b93bf
5 changed files with 16 additions and 17 deletions

View File

@ -6,6 +6,22 @@ server {
root /var/www/certbot; 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 / { location / {
proxy_pass http://app:4321; proxy_pass http://app:4321;
proxy_http_version 1.1; proxy_http_version 1.1;

View File

@ -6,22 +6,6 @@ server {
root /var/www/certbot; 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 / { location / {
proxy_pass http://app:4321; proxy_pass http://app:4321;
proxy_http_version 1.1; proxy_http_version 1.1;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
public/favicon2.pbm Normal file

Binary file not shown.

View File

@ -19,7 +19,6 @@ const posts = allPosts
<h4>Who are you ?</h4> <h4>Who are you ?</h4>
<p>nc</p> <p>nc</p>
<p> <p>
<a href="https://twitter.com/ncggro" target="_">Twitter </a>
<a href="https://github.com/NCanggoro" target="_">GitHub </a> <a href="https://github.com/NCanggoro" target="_">GitHub </a>
<a href="https://gitlab.com/cloudcorezip" target="_">GitLab </a> <a href="https://gitlab.com/cloudcorezip" target="_">GitLab </a>
<a href="https://git.nochill.in/nochill" target="_">Gitea </a> <a href="https://git.nochill.in/nochill" target="_">Gitea </a>