Reverse Proxy to Unifi OS with SSL cert in apache!
Published on:
Views: 0
Likes: 0
Tags:
Want to get rid of those security warning screens and setup proper SSL certs on your UDM Pro or Unifi OS? This video walks through setting up a proper reverse proxy in apache, and using a let's encrypt SSL cert. Apache sites-available cd /etc/apache2/sites-available sudo nano unifi.conf paste in: https://github.com/jhodak/linux-configuration-files/blob/main/Apache_Reverse_Proxy_Configs/Apache_redirect_to_https sudo nano unifi-le-ssl.conf paste in: https://github.com/jhodak/linux-configuration-files/blob/main/Apache_Reverse_Proxy_Configs/Unifi_UDM_Pro sudo a2ensite unifi.conf unifi-le-ssl.conf sudo a2enmod headers proxy proxy_wstunnel ssl alias rewrite setenvif proxy_http sudo systemctl reload apache2