Skip to content

Instantly share code, notes, and snippets.

@BtbN
Created January 23, 2015 12:43
Show Gist options
  • Select an option

  • Save BtbN/3515215c4897941c9e34 to your computer and use it in GitHub Desktop.

Select an option

Save BtbN/3515215c4897941c9e34 to your computer and use it in GitHub Desktop.
017_sync.conf
<VirtualHost *:443>
ServerAdmin [email protected]
ServerName sync.btbn.de
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/ffsync/>
Require all granted
</Directory>
WSGIProcessGroup sync
WSGIDaemonProcess sync processes=2 threads=25 python-path=/var/www/ffsync/local/lib/python2.7/site-packages/
WSGIPassAuthorization On
WSGIScriptAlias / /var/www/ffsync/syncserver.wsgi
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel crit
Include /etc/apache2/myvhosts.d/ssl.include
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment