Enabled SSL. (Created self-signed cert for this.)
This commit is contained in:
		
							parent
							
								
									798edf6cf1
								
							
						
					
					
						commit
						2be71200b4
					
				
					 1 changed files with 23 additions and 2 deletions
				
			
		|  | @ -5,6 +5,23 @@ WSGIPythonPath /srv/http/uat.2017.pycon-au.org/symposion/website:/srv/http/uat.2 | ||||||
| 	ServerName uat2017.pycon-au.org | 	ServerName uat2017.pycon-au.org | ||||||
| 	ServerAlias uat2017.pycon-au.org | 	ServerAlias uat2017.pycon-au.org | ||||||
| 
 | 
 | ||||||
|  | 	Redirect "/" "https:/uat2017.pycon-au.org/" | ||||||
|  | 
 | ||||||
|  | 	ErrorLog /srv/http/uat.2017.pycon-au.org/log/error.log | ||||||
|  | 
 | ||||||
|  | 	# Possible values include: debug, info, notice, warn, error, crit, | ||||||
|  | 	# alert, emerg. | ||||||
|  | 	LogLevel debug | ||||||
|  | 
 | ||||||
|  | 	CustomLog /srv/http/uat.2017.pycon-au.org/log/access.log combined | ||||||
|  | 	ServerSignature On | ||||||
|  | </VirtualHost> | ||||||
|  | 
 | ||||||
|  | <VirtualHost 192.55.98.190:443> | ||||||
|  | 	ServerAdmin webmaster@pycon-au.org | ||||||
|  | 	ServerName uat2017.pycon-au.org | ||||||
|  | 	ServerAlias uat2017.pycon-au.org | ||||||
|  | 
 | ||||||
| 	Alias /favicon.ico /srv/http/uat.2017.pycon-au.org/symposion/website/static/dist/pyconau2017/images/favicon.ico | 	Alias /favicon.ico /srv/http/uat.2017.pycon-au.org/symposion/website/static/dist/pyconau2017/images/favicon.ico | ||||||
| 	Alias /robots.txt /srv/http/uat.2017.pycon-au.org/symposion/website/robots.txt | 	Alias /robots.txt /srv/http/uat.2017.pycon-au.org/symposion/website/robots.txt | ||||||
| 
 | 
 | ||||||
|  | @ -31,13 +48,17 @@ WSGIPythonPath /srv/http/uat.2017.pycon-au.org/symposion/website:/srv/http/uat.2 | ||||||
| 
 | 
 | ||||||
| 	WSGIScriptAlias / /srv/http/uat.2017.pycon-au.org/symposion/website/pinaxcon/wsgi.py | 	WSGIScriptAlias / /srv/http/uat.2017.pycon-au.org/symposion/website/pinaxcon/wsgi.py | ||||||
| 
 | 
 | ||||||
| 	ErrorLog /srv/http/uat.2017.pycon-au.org/log/error.log | 	ErrorLog /srv/http/uat.2017.pycon-au.org/log/ssl-error.log | ||||||
| 
 | 
 | ||||||
| 	# Possible values include: debug, info, notice, warn, error, crit, | 	# Possible values include: debug, info, notice, warn, error, crit, | ||||||
| 	# alert, emerg. | 	# alert, emerg. | ||||||
| 	LogLevel debug | 	LogLevel debug | ||||||
| 
 | 
 | ||||||
| 	CustomLog /srv/http/uat.2017.pycon-au.org/log/access.log combined | 	CustomLog /srv/http/uat.2017.pycon-au.org/log/ssl-access.log combined | ||||||
| 	ServerSignature On | 	ServerSignature On | ||||||
|  | 
 | ||||||
|  | 	SSLEngine on | ||||||
|  | 	SSLCertificateFile /srv/http/uat.2017.pycon-au.org/server.crt | ||||||
|  | 	SSLCertificateKeyFile /srv/http/uat.2017.pycon-au.org/server.key | ||||||
| </VirtualHost> | </VirtualHost> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Nick Seidenman (N6)
						Nick Seidenman (N6)