diff options
author | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 16:06:46 +0000 |
---|---|---|
committer | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 16:06:46 +0000 |
commit | 32ea9c6b15518ca313e45b91b66b16261757ec7a (patch) | |
tree | 08260a9b29fd29e412cbec5996b7f39df8c8562e /nginx | |
parent | 673998f7a1880ee9004099dc2ab9fc7f029742b9 (diff) |
Improvements
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ server { listen 80; - server_name localhost translate.argosopentech.com; + server_name localhost; location / { include proxy_params; |