Difference between revisions of "Nginx as Reverse Proxy"
Jump to navigation
Jump to search
Ben>Admin |
Ben>Admin |
||
Line 1: | Line 1: | ||
The first place to learn Nginx can be found in this book<ref>eJonghe, D. (2017). NGINX cookbook : advanced recipes for operations(First edition. ed., pp. 1 online resource (1 volume)). Retrieved from https://go.oreilly.com/massachusetts-institute-of-technology-mit/library/view/-/9781492049098/?ar</ref>: | The first place to learn Nginx can be found in this book<ref>eJonghe, D. (2017). NGINX cookbook : advanced recipes for operations(First edition. ed., pp. 1 online resource (1 volume)). Retrieved from https://go.oreilly.com/massachusetts-institute-of-technology-mit/library/view/-/9781492049098/?ar</ref>: | ||
The following code can be copied and pasted to perform the task of installing Nginx on Ubuntu: | The following code can be copied and pasted to perform the task of installing Nginx on Ubuntu:<ref>Edward S., How to Set Up an Nginx Reverse Proxy, Retrieved from https://www.hostinger.com/tutorials/how-to-set-up-nginx-reverse-proxy/<ref> | ||
<syntaxhighlight> | <syntaxhighlight> | ||
sudo apt-get update | |||
sudo apt-get install nginx | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 16:43, 24 April 2021
The first place to learn Nginx can be found in this book[1]:
The following code can be copied and pasted to perform the task of installing Nginx on Ubuntu:<ref>Edward S., How to Set Up an Nginx Reverse Proxy, Retrieved from https://www.hostinger.com/tutorials/how-to-set-up-nginx-reverse-proxy/<ref>
sudo apt-get update
sudo apt-get install nginx
References
- ↑ eJonghe, D. (2017). NGINX cookbook : advanced recipes for operations(First edition. ed., pp. 1 online resource (1 volume)). Retrieved from https://go.oreilly.com/massachusetts-institute-of-technology-mit/library/view/-/9781492049098/?ar