diff options
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ server { location / { include proxy_params; - proxy_pass http://unix:/home/argosopentech/LibreTranslate/libretranslate.sock; + proxy_pass http://unix:/home/libretranslate/LibreTranslate/libretranslate.sock; } } |