From: nutra-bot Date: Mon, 27 Jun 2022 20:58:46 +0000 (+0000) Subject: rename host, and add missing } X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=b76c46851641e930905466d01d9d459ad036201a;p=nutratech%2Fvps-root.git rename host, and add missing } --- diff --git a/etc/nginx/sites-available/default b/etc/nginx/sites-available/default index bbd4b52..5789551 100644 --- a/etc/nginx/sites-available/default +++ b/etc/nginx/sites-available/default @@ -1,11 +1,11 @@ -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 @@ -32,6 +32,8 @@ server { alias /www/ntserv/static/favicon.gif; } +} + # Redirect all HTTP to HTTPS with no-WWW server { listen 80 default_server;