diff options
author | Argos Open Tech <48267258+argosopentech@users.noreply.github.com> | 2024-10-15 18:39:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 18:39:09 -0400 |
commit | 5f7ddca0e3ff1cce637cee5c9ff1c85e7cea33a1 (patch) | |
tree | eb576999a6a4ec597b0b613d58917b62f128b47a | |
parent | 61d879e54e23a19db5ca47fd1dc64fdb9473ff13 (diff) |
Update 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 _; location / { include proxy_params; |