-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added aws server setup #37
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #37 +/- ##
=======================================
Coverage 81.81% 81.81%
=======================================
Files 3 3
Lines 55 55
Branches 12 12
=======================================
Hits 45 45
Misses 10 10 Continue to review full report at Codecov.
|
d22652f
to
3c40e0b
Compare
Changed Travis CI button to be correct url
3c40e0b
to
6c10e17
Compare
``` | ||
#### Installing nginx | ||
`sudo yum install nginx` | ||
Now, make the following changes to /etc/nginx/nginx.conf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could refer to the nginx section above?
* save | ||
|
||
|
||
Now visit the public DNS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we swap DNS with domain in this section?
Added aws server setup to server-setup.md