oops
This commit is contained in:
@@ -7,7 +7,7 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
|
|||||||
User apache
|
User apache
|
||||||
Group apache
|
Group apache
|
||||||
|
|
||||||
Listen 80 # para o redirect
|
Listen 80
|
||||||
Listen 443
|
Listen 443
|
||||||
|
|
||||||
Include conf.d/*.conf
|
Include conf.d/*.conf
|
||||||
@@ -17,4 +17,4 @@ DocumentRoot "/var/www/html"
|
|||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
Listen 443 https
|
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
ServerName 10.60.0.1
|
ServerName 10.60.0.1
|
||||||
DocumentRoot /var/www/html
|
DocumentRoot /var/www/html
|
||||||
|
|||||||
Reference in New Issue
Block a user