# ReverseProxy Reverse proxy subservice for ArozOS ### Install Git clone this inside the subservice folder of ArozOS, build it and start it up in ArozOS subservice menu. You can also use it separately as a really basic reverse proxy server that server website based on domain / virtual directories. You can also add another load balancer in front of multiple reverse proxy server nodes if it is necessary in your case. ### Build Requirement: Go 1.16 or above ``` ./build.sh ```