diff options
author | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 16:42:50 +0000 |
---|---|---|
committer | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 16:42:50 +0000 |
commit | cd47900d928826289224a1ea46f71d42eb3373ff (patch) | |
tree | d2f4d1d82474db4e097da8576ec5f0102983bf68 /nginx | |
parent | 27de0e82154390765d85c41589ebadd6dbcdfe7a (diff) |
Added certbot
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; + server_name localhost translate.argosopentech.com; location / { include proxy_params; |