From 4329533dfbcb4af99b1ad02ad71bafff0433e2fc Mon Sep 17 00:00:00 2001 From: Jeff Ginger Date: Fri, 11 Oct 2024 10:21:34 -0600 Subject: [PATCH 1/2] Update setup_update.md --- setup_update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_update.md b/setup_update.md index ca7e5cd..20c4d42 100644 --- a/setup_update.md +++ b/setup_update.md @@ -8,7 +8,7 @@ *Before starting, make sure the security permissions on the server are configured to allow all inbouind traffic.* ## File structure -This project (and subsequent APIs) will live in `/srv/whimc`. +This project (and subsequent APIs) will live in `/srv/whimc` (you may have to change it from your default user directory). This entire tutorial will be using the super user. ```bash sudo su From 9f28d6aa83aade17d7307554d4a50c5e3549f47f Mon Sep 17 00:00:00 2001 From: Jeff Ginger Date: Fri, 11 Oct 2024 11:18:24 -0600 Subject: [PATCH 2/2] Update setup_update.md --- setup_update.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup_update.md b/setup_update.md index 20c4d42..d88d0bd 100644 --- a/setup_update.md +++ b/setup_update.md @@ -8,7 +8,7 @@ *Before starting, make sure the security permissions on the server are configured to allow all inbouind traffic.* ## File structure -This project (and subsequent APIs) will live in `/srv/whimc` (you may have to change it from your default user directory). +This project (and subsequent APIs) will live in `/srv/whimc`. This entire tutorial will be using the super user. ```bash sudo su @@ -73,6 +73,10 @@ systemctl restart nginx ufw allow 'Nginx Full' ``` +Path-generator.conf may need additional configuration for AWS: +server_name (example whimc-api.education.illinois.edu) +SSL certificate information (in our case Certbot) + **You are now done.** The API should now be visible at `http://[public DNS]/path-generator`. # EC2 Setup Guide