Accedere a webmin tramite un reverse proxy: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 11:22, 12 June 2025
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