Advertisement
Guest User

cesi.supervisor.cdek.conf

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