Skip to content

Commit 6136bf2

Browse files
committed
Revert "Fix HTTPS setup in production"
This reverts commit 855f22a.
1 parent 855f22a commit 6136bf2

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

config/environments/.production.enc

-16 Bytes
Binary file not shown.

config/initializers/multi_auth.cr

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,3 @@ class HTTP::Client
2424
yield
2525
end
2626
end
27-
28-
class Amber::Server
29-
# Monkeypatch Amber::Server to always assume SSL. We're running
30-
# behind Traefik in production.
31-
def ssl_enabled?
32-
true
33-
end
34-
end

0 commit comments

Comments
 (0)