Accedere a webmin tramite un reverse proxy

From RVM Wiki
Revision as of 11:22, 12 June 2025 by Gabriele.vivinetto (talk | contribs) (Created page with "Se si usa Nginx Proxy Manager e si configura un Host che punta a https://webmin.example.com:10000 * Edit /etc/webmin/config file and add the following line: referers=webmin.example.com *     Edit /etc/webmin/miniserv.conf file, add the following lines and restart Webmin afterwards by calling /etc/webmin/restart command: redirect_ssl=1 redirect_host=webmin.example.com *   Edit /etc/webmin/xterm/config file and add the following line: host=webmin.example.com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Se si usa Nginx Proxy Manager e si configura un Host che punta a https://webmin.example.com:10000

  • Edit /etc/webmin/config file and add the following line:
referers=webmin.example.com
  •     Edit /etc/webmin/miniserv.conf file, add the following lines and restart Webmin afterwards by calling /etc/webmin/restart command:
 redirect_ssl=1
 redirect_host=webmin.example.com
  •   Edit /etc/webmin/xterm/config file and add the following line:
host=webmin.example.com
  • Restart
systemctl restart webmin

Riferimenti