diff options
author | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 16:32:29 +0000 |
---|---|---|
committer | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 16:32:29 +0000 |
commit | 27de0e82154390765d85c41589ebadd6dbcdfe7a (patch) | |
tree | 76fb90b01802c74203d707dde63c2cc0b15600ee /nginx | |
parent | 32ea9c6b15518ca313e45b91b66b16261757ec7a (diff) |
Made username libretranslate
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; } } |