Back to https for fly.io

This commit is contained in:
Guntis Smaukstelis
2023-05-16 14:20:36 +03:00
parent ff45876377
commit 7c004ac41c
2 changed files with 19 additions and 3 deletions
+18 -2
View File
@@ -8,7 +8,7 @@ primary_region = "waw"
[http_service] [http_service]
internal_port = 8080 internal_port = 8080
force_https = false force_https = true
auto_stop_machines = false auto_stop_machines = false
auto_start_machines = true auto_start_machines = true
@@ -18,4 +18,20 @@ primary_region = "waw"
[scale] [scale]
count = 1 count = 1
idle_timeout = 0 idle_timeout = 0
#[[services]]
# internal_port = 8080
# protocol = "tcp"
#[[services.ports]]
# handlers = ["http"]
# port = "80"
#[[services.ports]]
# handlers = ["tls", "http"]
# port = "443"
#[[services.tcp_checks]]
# interval = 10000
# timeout = 2000
+1 -1
View File
@@ -1 +1 @@
VITE_API_HOST=http://weather-tool.fly.dev VITE_API_HOST=https://weather-tool.fly.dev