Back to https for fly.io
This commit is contained in:
@@ -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
@@ -1 +1 @@
|
|||||||
VITE_API_HOST=http://weather-tool.fly.dev
|
VITE_API_HOST=https://weather-tool.fly.dev
|
||||||
Reference in New Issue
Block a user