deployment
This commit is contained in:
parent
7b5468b3a3
commit
87985b93bf
@ -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;
|
||||
16
nginx.conf
16
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;
|
||||
|
||||
BIN
public/Ironman-Mask-3-Old-icon.png
Normal file
BIN
public/Ironman-Mask-3-Old-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/favicon2.pbm
Normal file
BIN
public/favicon2.pbm
Normal file
Binary file not shown.
@ -19,7 +19,6 @@ const posts = allPosts
|
||||
<h4>Who are you ?</h4>
|
||||
<p>nc</p>
|
||||
<p>
|
||||
<a href="https://twitter.com/ncggro" target="_">Twitter </a>
|
||||
<a href="https://github.com/NCanggoro" target="_">GitHub </a>
|
||||
<a href="https://gitlab.com/cloudcorezip" target="_">GitLab </a>
|
||||
<a href="https://git.nochill.in/nochill" target="_">Gitea </a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user