Skip to content

Instantly share code, notes, and snippets.

View kubiksamek's full-sized avatar

Jakub Samek kubiksamek

  • class.com
  • Czechia
  • 17:59 (UTC +02:00)
View GitHub Profile
@kubiksamek
kubiksamek / gist:77d0d13ab8e5ad565014d2afd9661be6
Created August 2, 2023 21:27
Nginx proxy manager, vscode fix
ssh to HA as root
cd /mnt/data/supervisor/addons/data/a0d7b954_nginxproxymanager/nginx/proxy_host/
find config for your HA
edit desired conf file with proxy_set_header X-Forwarded-Host $http_host; in location / block
restart nginx addon