Option NGINX
    1. > ln -s /etc/nginx/sites-available.d/proxbox-api.conf /etc/nginx/sites-enabled.d/proxbox-api.conf
    2. > systemctl enable --now proxbox-api.service nginx.service
Option Apache2
    1. > a2enmod ssl proxy proxy_http headers
    Option HTTP
        1. > a2ensite proxbox-api
    Option HTTPS
        1. > a2enport
            1. -> Your choices are: http http-localhost-8088 https
            2. -> Port config name? https
            Output:
                Port config https installed;
                    run service httpd2 condreload to fully enable.
        2. > a2ensite proxbox-api-ssl
    2. > systemctl enable --now proxbox-api.service httpd2.service