Advertisement
yudjinDegtyarev

cesi.supervisor.cdek.conf

May 23rd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. WSGIPythonPath /var/opt/cesi-2.0/venv/lib/python3.6/site-packages
  2. <VirtualHost *:80>
  3. ServerName cesi.supervisor.cdek.ru
  4. ServerAdmin admin@cdek.ru
  5.  
  6. WSGIScriptAlias / /var/opt/cesi-2.0/cesi/cesi.wsgi
  7. <Directory /var/opt/cesi-2.0/>
  8.  
  9. WSGIScriptReloading On
  10. AllowOverride All
  11. Require all granted
  12. </Directory>
  13. Alias /ui /var/opt/cesi-2.0/cesi/ui
  14. <Directory /var/opt/cesi-2.0/cesi/ui/>
  15. Order allow,deny
  16. Allow from all
  17. </Directory>
  18. ErrorLog ${APACHE_LOG_DIR}/cesi.supervisor.cdek.ru.error.log
  19. LogLevel warn
  20. CustomLog ${APACHE_LOG_DIR}/cesi.supervisor.cdek.ru.access.log combined
  21. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement