Fix typo

Daniel M. Capella
2020-11-07 05:26:16 +00:00
parent 9d08887a08
commit ae26f5d89e

@@ -154,7 +154,7 @@ server {
proxy_pass http://<SERVER>:80;
}
# Optionally add extra authentication besides the AUTH_TOKEN
# Optionally add extra authentication besides the ADMIN_TOKEN
# If you don't want this, leave this part out
location /admin {
# See: https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/