mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-04 18:24:29 +02:00
add HTTPS_REDIRECT_POLICY. Now it's possible to serve in http without forced redirect to https
This commit is contained in:
parent
ed07ffb2fb
commit
1796a7f82f
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ POSTGRES_PASSWORD=your_database_password
|
|||
# If you need to serve the app using HTTP and HTTPS, change the following variable to 'never'
|
||||
# Using HTTP is not recommended, as it is less secure and your passwords will be sent in plain text.
|
||||
# Use with caution.
|
||||
# HTTPS_REDIRECT_POLICY=always
|
||||
HTTPS_REDIRECT_POLICY=always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue