mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
fix ports in helipad nginx conf and unused in jam
This commit is contained in:
@@ -11,7 +11,7 @@ server {
|
||||
error_log /var/log/nginx/error_helipad.log;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3010;
|
||||
proxy_pass http://127.0.0.1:2112;
|
||||
|
||||
include /etc/nginx/snippets/ssl-proxy-params.conf;
|
||||
}
|
||||
|
@@ -35,8 +35,6 @@ localip=$(hostname -I | awk '{print $1}')
|
||||
if [ "$1" = "status" ]; then
|
||||
|
||||
toraddress=$(sudo cat /mnt/hdd/tor/${USERNAME}/hostname 2>/dev/null)
|
||||
httpPort="3010"
|
||||
httpsPort="3011"
|
||||
|
||||
echo "version='${WEBUI_VERSION}'"
|
||||
echo "installed='${isActive}'"
|
||||
|
Reference in New Issue
Block a user