server { listen ${FRONT_PROXY_PORT}; proxy_pass ${REVERSE_PROXY_IP}:${REVERSE_PROXY_PORT}; }