You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server-setup.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,63 @@ server {
54
54
```
55
55
56
56
(note that I have no idea what I'm doing here, this was copied from [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-reverse-proxy-for-apache))
57
+
58
+
59
+
## Deploying on AWS (Linux AMI)
60
+
To connect to your ec2 instance run (in gitbash):
61
+
`ssh -i ./path/to/key.pem ec2-user@xx.xx.xx.xx`
62
+
key.pem is the key generated when you create an instance.
0 commit comments