events {} http { server { listen 81; server_name localhost; location / { proxy_pass http://hypoxie-3x-ui:2053/; } } }