fuyu 4 years ago
parent
commit
cb505306b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      https.d/html.conf

+ 1 - 1
https.d/html.conf

@@ -28,7 +28,7 @@ server {
   }
 
   location /29601/ {
-    proxy_pass              https://127.0.0.1:29601/;
+    proxy_pass              http://127.0.0.1:29601/;
     #proxy_set_header        Host $host;
     proxy_set_header        X-Real-IP $remote_addr;
     proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;