User Tools

Site Tools


proxmox_nginx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
proxmox_nginx [2016/07/17 11:32] neoonproxmox_nginx [2019/12/08 15:37] neoon
Line 31: Line 31:
   DENY_FROM="all"   DENY_FROM="all"
   POLICY="allow"   POLICY="allow"
 +  
 +You can also block it over iptables, since it does not fully work anymore on 5.x.
 +  post-up iptables -A INPUT -p tcp --dport 8006 -s 127.0.0.0/8 -j ACCEPT #allow localhost for reverse proxy
 +  post-up iptables -A INPUT -p tcp --dport 8006 -j DROP #webinterface
 +  post-up iptables -A INPUT -p tcp --dport 3128 -j DROP #spiceproxy
 +
      
 Restart pveproxy: Restart pveproxy:
proxmox_nginx.txt · Last modified: 2021/11/25 22:42 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki