Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
66fded95ec
commit
f401e78edd
@ -6,7 +6,7 @@ ServerName localhost
|
|||||||
|
|
||||||
DocumentRoot "/var/www/html/4get"
|
DocumentRoot "/var/www/html/4get"
|
||||||
|
|
||||||
LogLevel warn
|
LogLevel error
|
||||||
CustomLog /dev/null common
|
CustomLog /dev/null common
|
||||||
ErrorLog /dev/null
|
ErrorLog /dev/null
|
||||||
|
|
||||||
@ -59,16 +59,11 @@ User apache
|
|||||||
Group apache
|
Group apache
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<Directory />
|
<Directory />
|
||||||
AllowOverride none
|
AllowOverride none
|
||||||
Require all denied
|
Require all denied
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<IfModule dir_module>
|
<IfModule dir_module>
|
||||||
DirectoryIndex index.html
|
DirectoryIndex index.html
|
||||||
</IfModule>
|
</IfModule>
|
||||||
@ -77,8 +72,6 @@ Group apache
|
|||||||
Require all denied
|
Require all denied
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<IfModule headers_module>
|
<IfModule headers_module>
|
||||||
RequestHeader unset Proxy early
|
RequestHeader unset Proxy early
|
||||||
</IfModule>
|
</IfModule>
|
||||||
@ -92,6 +85,3 @@ Group apache
|
|||||||
<IfModule mime_magic_module>
|
<IfModule mime_magic_module>
|
||||||
MIMEMagicFile /etc/apache2/magic
|
MIMEMagicFile /etc/apache2/magic
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
IncludeOptional /etc/apache2/conf.d/*.conf
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user