server { listen 80; server_name localhost; location / { include proxy_params; proxy_pass http://unix:/home/argosopentech/LibreTranslate/libretranslate.sock; } }