diff options
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +server { + listen 80; + server_name localhost translate.argosopentech.com; + + location / { + include proxy_params; + proxy_pass http://unix:/home/argosopentech/LibreTranslate/libretranslate.sock; + } +} |