Skip to content

Instantly share code, notes, and snippets.

@ThomasBrittain
Created March 8, 2019 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasBrittain/60616cc625e3a81afa600fa6237cbe7d to your computer and use it in GitHub Desktop.
Save ThomasBrittain/60616cc625e3a81afa600fa6237cbe7d to your computer and use it in GitHub Desktop.
Test Project configuration file
!-- DON'T EDIT THIS FILE! It is generated from TestProject.conf.in, edit that one, or the variables in Makefile.options -->
<ocsigen>
<server>
<port>443</port>
<user>www-data</user><group>www-data</group>
<logdir>/usr/local/var/log/TestProject</logdir>
<datadir>/usr/local/var/data/TestProject</datadir>
<ssl>
<certificate>path_to_cert.pem</certificate>
<privatekey>path_to_privkey.pem</privatekey>
</ssl>
<charset>utf-8</charset>
<commandpipe>/usr/local/var/run/TestProject-cmd</commandpipe>
<extension findlib-package="ocsigenserver.ext.staticmod"/>
<extension findlib-package="ocsigenserver.ext.ocsipersist-dbm"/>
<extension findlib-package="eliom.server"/>
<host
defaulthostname="testproject.com"
hostfilter="*"
defaulthttpsport="443"
defaultprotocol="https">
<static dir="/usr/local/var/www/TestProject/static" />
<static dir="/usr/local/var/www/TestProject/eliom" />
<eliommodule module="/usr/local/lib/TestProject/TestProject.cma" />
<eliom/>
</host>
</server>
</ocsigen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment