Browse Source

Изменён http на https для NAS

Denis V. Dedkov 11 months ago
parent
commit
23ba25e829
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nas.dended.ru.conf

+ 1 - 1
nas.dended.ru.conf

@@ -11,7 +11,7 @@ server {
        server_tokens off;
 
        location / {
-               proxy_pass http://192.168.1.100:3000;
+               proxy_pass https://192.168.1.100:3001;
 
                proxy_redirect off;
                proxy_buffering off;