]> Nutra Git (v2) - nutratech/vps-root.git/commitdiff
fix it apparently? Well port 20000 was part of it
authorgamesguru <gamesguru@vps76.local>
Fri, 24 Jun 2022 02:06:40 +0000 (02:06 +0000)
committergamesguru <gamesguru@vps76.local>
Fri, 24 Jun 2022 02:06:40 +0000 (02:06 +0000)
etc/nginx/sites-available/default

index 9882d60facd4c881c3aa2e75ef2d2913710f763a..f1c72644bc9b53f2364e2c08bcd5e8b5a1bfbbf0 100644 (file)
@@ -1,13 +1,13 @@
 upstream vps76.heliohost.us {
   keepalive 100;
-  server 127.0.0.1:8000;
-  #server unix:/tmp/sanic.sock;
+  server 127.0.0.1:20000;
+  # server unix:/tmp/sanic.sock;
 }
 
 server {
   server_name vps76.heliohost.us;
   # listen 443 ssl http2 default_server;
-  listen [::]:443 ssl http2 default_server;
+  listen [::]:443 ssl http2 default_server;
   # Serve static files if found, otherwise proxy to Sanic
   location / {
     root /var/www;