From a30ce5d12cb2133e44706b84f44c5b38c7d02af9 Mon Sep 17 00:00:00 2001 From: Paul Tomasula <31142705+ptomasula@users.noreply.github.com> Date: Thu, 2 Dec 2021 16:40:12 -0500 Subject: [PATCH] Update deployment_guide.md --- doc/deployment_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/deployment_guide.md b/doc/deployment_guide.md index bfedf818..90a59885 100644 --- a/doc/deployment_guide.md +++ b/doc/deployment_guide.md @@ -52,7 +52,7 @@ While deploying the web application server, I recommend following the instructio - Install nginx - `sudo apt install nginx` - Create symlink between config repo and nginx - - `sudo ln -s /opt/ODM2DataSharingPortalConfig/nginx/staging_data_environdiy /etc/nginx/sites-enabled` + - `sudo ln -s /opt/ODM2DataSharingPortalConfig/nginx/staging_data_environdiy /etc/nginx/sites-enabled/ODM2DataSharingPortal` - Test nginx - `sudo nginx -t` - If there were no errors during the test, start nginx which should make the site accessable online.