mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
610 B
19 lines
610 B
NameVirtualHost 10.1.2.48:80
|
|
<VirtualHost 10.1.2.48:80>
|
|
ServerName sigi.interlegis.gov.br
|
|
|
|
Redirect / https://intranet.interlegis.gov.br/sigi
|
|
|
|
WSGIScriptAlias /sigi /var/aplicacoes/django/SIGI/etc/apache/django.wsgi
|
|
Alias /sigi/media /var/aplicacoes/django/SIGI/media/
|
|
Alias /sigi/admin_media /usr/local/lib/python2.4/site-packages/django/contrib/admin/media/
|
|
|
|
ErrorLog /var/log/apache2/sigi-error.log
|
|
|
|
# Possible values include: debug, info, notice, warn, error, crit,
|
|
# alert, emerg.
|
|
LogLevel warn
|
|
|
|
CustomLog /var/log/apache2/sigi-access.log combined
|
|
ServerSignature Off
|
|
</VirtualHost>
|
|
|