Sistema de Informações Gerenciais do Interlegis
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.
 
 
 
 
 
 

14 lines
361 B

<VirtualHost *:80>
ServerName sigi.interlegis.gov.br
WSGIScriptAlias / /srv/webapps/SIGI/etc/apache/django.wsgi
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>