mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-09 11:49:33 +00:00
Added option to redirect https requests to http via Part-DB
This is especially useful for the heroku demo instance, where the webserver can not do the automatic redirect
This commit is contained in:
parent
e8d670971e
commit
631c364179
5 changed files with 81 additions and 1 deletions
|
|
@ -115,6 +115,8 @@ parameters:
|
|||
env(USE_GRAVATAR): '0'
|
||||
env(MAX_ATTACHMENT_FILE_SIZE): '100M'
|
||||
|
||||
env(REDIRECT_TO_HTTPS): 0
|
||||
|
||||
env(ENFORCE_CHANGE_COMMENTS_FOR): ''
|
||||
|
||||
env(ERROR_PAGE_ADMIN_EMAIL): ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue