Skip to content

Instantly share code, notes, and snippets.

View mbredikhin's full-sized avatar
:shipit:

Maxim Bredikhin mbredikhin

:shipit:
View GitHub Profile
@mbredikhin
mbredikhin / nginx_basics.md
Created September 14, 2022 16:12 — forked from leommoore/nginx_basics.md
Nginx Basics

#Nginx Basics for Ubuntu

Please see http://wiki.nginx.org/Main for more information. See http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/ for a tutorial on how to install Nginx.

##Installation To install, you can install the version which is in the standard Ubuntu repositories but it is normally quite old and will not have the latest security patches. The best way is to update the repositories first:

apt-get update
apt-get install python-software-properties

apt-get upgrade