UPD: tuned httpd mpm settings.

This commit is contained in:
2019-04-14 14:55:42 +02:00
parent 42621ace3a
commit 452a020368
3 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# /etc/httpd/conf.d/application.conf
WSGIDaemonProcess wsgi-daemon display-name=wsgi-daemon python-home=/srv/application/python python-path=/srv/application/django
Alias /static/ "/srv/application/django/var/www/static/"