Accedere a webmin tramite un reverse proxy

From RVM Wiki
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