-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Versao com balanceador e https e mais um monte de coisas, ver nota de…
… release
- Loading branch information
1 parent
86b00c6
commit 09cf9d0
Showing
13 changed files
with
493 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,38 @@ SetEnvIfNoCase user-agent "Microsoft Data Access Internet Publishing Provider Pr | |
Require all granted | ||
</Directory> | ||
|
||
</VirtualHost> | ||
|
||
<VirtualHost *:443> | ||
|
||
SSLEngine on | ||
SSLCertificateFile /etc/pki/tls/certs/sei.crt | ||
SSLCertificateChainFile /etc/pki/tls/certs/sei-ca.pem | ||
SSLCertificateKeyFile /etc/pki/tls/private/sei.key | ||
|
||
DocumentRoot /var/www/html | ||
|
||
ServerAdmin [email protected] | ||
ServerName localhost | ||
|
||
DirectoryIndex index.php index.html | ||
IndexIgnore * | ||
|
||
EnableSendfile Off | ||
HostnameLookups Off | ||
ServerSignature Off | ||
AddDefaultCharset iso-8859-1 | ||
|
||
# Bloqueia acesso à qualquer arquivo ou diretório externo ao DocumentRoot | ||
<Directory /> | ||
AllowOverride None | ||
Require all denied | ||
</Directory> | ||
|
||
<Directory ~ "(/opt/sei/web|/opt/sip/web|/opt/infra/infra_css|/opt/infra/infra_js)" > | ||
AllowOverride None | ||
Options None | ||
Require all granted | ||
</Directory> | ||
|
||
</VirtualHost> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.