Skip to content

Instantly share code, notes, and snippets.

View m-sinclair's full-sized avatar

Mike Sinclair m-sinclair

View GitHub Profile
@nigelbabu
nigelbabu / ckan_apache.conf
Last active December 10, 2021 11:52
Running CKAN with SSL
WSGISocketPrefix /var/run/wsgi
<VirtualHost 127.0.0.1:8080>
ServerName myinstance.ckan.net
ServerAlias www.myinstance.ckan.net
WSGIScriptAlias / /etc/ckan/default/apache.wsgi
# pass authorization info on (needed for rest api)
WSGIPassAuthorization On