Atualizar Confs/srv2/Apache/fatecseg.conf

This commit is contained in:
2026-05-23 12:56:37 +00:00
parent bc34a60d85
commit 47ad08a7d0

View File

@@ -1,14 +1,14 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerAdmin tiago@fatecourinhos.edu.br
ServerName www.fatecseg.edu.br ServerName www.fatecseg.edu.br
DocumentRoot /dados/paginas/fatecseg ServerAlias fatecseg.edu.br
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>