rodofrn
Contributor
- Joined
 - Apr 13, 2016
 
- Messages
 - 180
 
well, when I did cyberjock's part 5, 
5. Go to SSL!
Attached is my nginx.conf(I had to make it a .txt file for the forum software filters). You can either use mine, or read through mine and adapt it for your server. The main lines to eyeball are:
ssl_certificate /usr/local/etc/nginx/server.crt;
ssl_certificate_key /usr/local/etc/nginx/server.key;
listen 443 ssl;
I changed "listen" to 80...is that correct?
	
		
			
		
		
	
			
			5. Go to SSL!
Attached is my nginx.conf(I had to make it a .txt file for the forum software filters). You can either use mine, or read through mine and adapt it for your server. The main lines to eyeball are:
ssl_certificate /usr/local/etc/nginx/server.crt;
ssl_certificate_key /usr/local/etc/nginx/server.key;
listen 443 ssl;
I changed "listen" to 80...is that correct?