-upstream vps76.heliohost.us {
+upstream deveast.linode.poczatek.dev {
keepalive 100;
server 127.0.0.1:20000;
# server unix:/tmp/sanic.sock;
}
server {
- server_name vps76.heliohost.us;
+ server_name deveast.linode.poczatek.dev;
# listen 443 ssl http2 default_server;
listen [::]:443 ssl http2 default_server;
# Serve static files if found, otherwise proxy to Sanic
alias /www/ntserv/static/favicon.gif;
}
+}
+
# Redirect all HTTP to HTTPS with no-WWW
server {
listen 80 default_server;