Skip to content

Commit

Permalink
Update deployment_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomasula committed Dec 2, 2021
1 parent 2c16000 commit a30ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a30ce5d

Please sign in to comment.