You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
It says will use .htpasswd file present in the app directory if basic_auth is set without env BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD in the docs.
This will generate .htpasswd using environment variables BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD if they are present. Otherwise it will use a standard .htpasswd file present in the app directory.
I want to use my own .htpasswd file (since there are already some user info in it), but it didn't work as expected.
It seems the .htpasswd file in app root dir is never uploaded to heroku dyno.
How can I use an existing .htpasswd file?
The text was updated successfully, but these errors were encountered:
It says will use .htpasswd file present in the app directory if
basic_auth
is set without envBASIC_AUTH_USERNAME
andBASIC_AUTH_PASSWORD
in the docs.I want to use my own
.htpasswd
file (since there are already some user info in it), but it didn't work as expected.It seems the
.htpasswd
file in app root dir is never uploaded to heroku dyno.How can I use an existing
.htpasswd
file?The text was updated successfully, but these errors were encountered: