Skip to content

Commit dac1222

Browse files
author
Ben Vilnis
committed
readme fix
1 parent 2c586bd commit dac1222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ You will need to export your [IAM User Access Keys](https://docs.aws.amazon.com/
33

44
By default, this stack builds an EC2 with an NGINX reverse proxy which accepts and passes HTTP traffic through to the Code Server port `:8080` on the instance. For optimal security, I recommend using a TLS-certified domain against the instance public IP. This can be easily added into the existing NGINX webserver with the [following guide](https://www.scaleway.com/en/docs/how-to-configure-nginx-reverse-proxy/#-Adding-TLS-to-your-Nginx-Reverse-Proxy-using-Lets-Encrypt).
55

6-
_**FYI:** AWS user data can take a few minutes to execute sometimes. If the Code Server endpoint initially returns a 503 or 404, this just means the user data hasn't finished executing yet._
6+
_**FYI:** AWS user data can take a few minutes to execute sometimes. If the Code Server endpoint initially returns a 503, 404 or you are unable to SSH in, this just means the user data hasn't finished executing yet._
77

88
## AWS parameters in [terraform.tvfars](terraform.tfvars):
99

digitalocean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ You will need to export your [Digital Ocean API token](https://www.digitalocean.
33

44
By default, this stack builds a Droplet with an NGINX reverse proxy which accepts and passes HTTP traffic through to the Code Server port `:8080` on the instance. For optimal security, I recommend using a TLS-certified domain against the instance public IP. This can be easily added into the existing NGINX webserver with the [following guide](https://www.scaleway.com/en/docs/how-to-configure-nginx-reverse-proxy/#-Adding-TLS-to-your-Nginx-Reverse-Proxy-using-Lets-Encrypt).
55

6-
_**FYI:** Digital Ocean user data can take a few minutes to execute sometimes. If the Code Server endpoint initially returns a 503 or you are unable to SSH in, this just means the user data hasn't finished executing yet._
6+
_**FYI:** Digital Ocean user data can take a few minutes to execute sometimes. If the Code Server endpoint initially returns a 503, 404 or you are unable to SSH in, this just means the user data hasn't finished executing yet._
77

88
## Digital Ocean parameters in [terraform.tvfars](terraform.tfvars):
99

0 commit comments

Comments
 (0)