Atualizar Confs/srv2/Apache/fatecseg.conf
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerAdmin tiago@fatecourinhos.edu.br
|
ServerName www.fatecseg.edu.br
|
||||||
ServerName www.fatecseg.edu.br
|
ServerAlias fatecseg.edu.br
|
||||||
DocumentRoot /dados/paginas/fatecseg
|
DocumentRoot /dados/paginas/www
|
||||||
|
|
||||||
<Directory /dados/paginas/fatecseg/>
|
<Directory /dados/paginas/www>
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
AllowOverRide All
|
AllowOverride All
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
ErrorLog /var/log/apache2/error-fatecseg.log
|
ErrorLog ${APACHE_LOG_DIR}/www-error.log
|
||||||
CustomLog /var/log/apache2/access-fatecseg.log combined
|
CustomLog ${APACHE_LOG_DIR}/www-access.log combined
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
Reference in New Issue
Block a user