X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/0968cfbe5012ab5fe8eae41d0dd370b9c99678ca..96480f028f5d5908774c469ee9cbf38768225464:/turniej.vhost.template diff --git a/turniej.vhost.template b/turniej.vhost.template deleted file mode 100644 index 68c3f48..0000000 --- a/turniej.vhost.template +++ /dev/null @@ -1,31 +0,0 @@ - - ServerName "%(server_name)s" - ServerAdmin "%(server_admin)s" - - WSGIDaemonProcess %(project_name)s user=%(user)s group=%(user)s processes=2 threads=15 display-name=%%{GROUP} python-path=%(site_packages)s - WSGIProcessGroup %(project_name)s - - WSGIScriptAlias / %(path)s/%(project_name)s.wsgi - - Order allow,deny - allow from all - - - Alias /media %(path)s/media - - Options Indexes - Order allow,deny - Allow from all - - - Alias /static %(path)s/static - - Options Indexes - Order allow,deny - Allow from all - - - LogLevel warn - ErrorLog /var/log/apache2/%(error_log)s - CustomLog /var/log/apache2/%(access_log)s combined -