clear up the apache config
All checks were successful
docker / docker (push) Successful in 11s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-13 02:03:55 +03:00
parent 66fded95ec
commit f401e78edd
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -6,7 +6,7 @@ ServerName localhost
DocumentRoot "/var/www/html/4get"
LogLevel warn
LogLevel error
CustomLog /dev/null common
ErrorLog /dev/null
@ -59,16 +59,11 @@ User apache
Group apache
</IfModule>
<Directory />
AllowOverride none
Require all denied
</Directory>
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
@ -77,8 +72,6 @@ Group apache
Require all denied
</Files>
<IfModule headers_module>
RequestHeader unset Proxy early
</IfModule>
@ -92,6 +85,3 @@ Group apache
<IfModule mime_magic_module>
MIMEMagicFile /etc/apache2/magic
</IfModule>
IncludeOptional /etc/apache2/conf.d/*.conf