diff options
author | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 14:42:07 +0000 |
---|---|---|
committer | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 14:42:07 +0000 |
commit | e33663586aef49bacdf64579ad409c33922993f3 (patch) | |
tree | 394a06ecbe24cb675c153eeda1202426e8d27b13 /nginx | |
parent | 9379e37266b4783577a72bab7aca6a9655b04405 (diff) |
Improvements
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; + } +} |