X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/2c2b8f122dd789a089ac5054e112f59874c01a70..23413a0b52e37e35ee5e4f2d1f7a729f4b872bb4:/koedquiz.vhost.template?ds=inline diff --git a/koedquiz.vhost.template b/koedquiz.vhost.template deleted file mode 100644 index 3caae7f..0000000 --- a/koedquiz.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/releases/current/%(project_name)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 -