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