proxmox_nginx
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox_nginx [2016/07/17 10:32] – neoon | proxmox_nginx [2021/11/25 22:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 31: | Line 31: | ||
| DENY_FROM=" | DENY_FROM=" | ||
| POLICY=" | POLICY=" | ||
| + | | ||
| + | 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 # | ||
| + | post-up iptables -A INPUT -p tcp --dport 3128 -j DROP #spiceproxy | ||
| + | |||
| | | ||
| Restart pveproxy: | Restart pveproxy: | ||
proxmox_nginx.1468751543.txt.gz · Last modified: 2021/11/25 22:43 (external edit)
