| 
									
										
										
										
											2018-10-19 13:53:51 +01:00
										 |  |  | --- | 
					
						
							|  |  |  | title: Installation of Nginx in Ubuntu | 
					
						
							|  |  |  | --- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ## Installation of Nginx in Ubuntu
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-15 23:50:11 -05:00
										 |  |  | Step 1: Update Apt-Get | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | As always, we update and upgrade our package manager. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | `apt-get update && apt-get upgrade` | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Step 2: Install Nginx | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | One simple command to install Nginx is all that is needed: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | `apt-get -y install nginx` | 
					
						
							| 
									
										
										
										
											2018-11-06 17:07:41 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | #### More Information
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [An Introduction to NGINX for Developers](https://medium.freecodecamp.org/an-introduction-to-nginx-for-developers-62179b6a458f) |