all repos — homestead @ 2c203f08c1c327797b867cd77f3e15facf84a3d5

Code for my website

listen on port 80

Alan Pearce
commit

2c203f08c1c327797b867cd77f3e15facf84a3d5

parent

1de3e265bfcd3019a525d45a56f8838b8aef73e4

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M fly.tomlfly.toml
@@ -10,7 +10,7 @@ [build]
image = "registry.fly.io/alanpearce-eu" [env] - PORT = "3000" + PORT = "80" REDIRECT_OTHER_HOSTNAMES = "true" BASE_URL = "https://alanpearce.eu"
@@ -19,7 +19,7 @@ port = 9091
path = "/metrics" [http_service] - internal_port = 3000 + internal_port = 80 force_https = true auto_stop_machines = false auto_start_machines = true