- Install nginx
sudo apt install nginx -y
- Copy the
firezone.conf
file to the path/etc/nginx/sites-enabled/firezone.conf
- Via wget:
wget https://raw.githubusercontent.com/DoctorFTB/firezone-1.x-self-hosted/main/reverse-proxy/nginx/firezone.conf -O /etc/nginx/sites-enabled/firezone.conf
- Via wget:
- Configure the
/etc/nginx/sites-enabled/firezone.conf
file (you must replace all lines with the textREPLACE-ME
) - Test nginx configuration
nginx -t
- Restart nginx
nginx -s reload