fix http -> https redirect and add integration tests for it

This commit is contained in:
6543 2023-02-13 22:09:59 +01:00
parent 9a3d1c36dc
commit e008cc446d
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
6 changed files with 49 additions and 8 deletions

View file

@ -9,6 +9,8 @@ dev:
export PAGES_DOMAIN=localhost.mock.directory
export RAW_DOMAIN=raw.localhost.mock.directory
export PORT=4430
export HTTP_PORT=8880
export ENABLE_HTTP_SERVER=true
export LOG_LEVEL=trace
go run -tags '{{TAGS}}' .