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" DocumentRoot "/var/www/html/4get"
LogLevel warn LogLevel error
CustomLog /dev/null common CustomLog /dev/null common
ErrorLog /dev/null ErrorLog /dev/null
@ -55,20 +55,15 @@ LoadModule alias_module modules/mod_alias.so
LoadModule negotiation_module modules/mod_negotiation.so LoadModule negotiation_module modules/mod_negotiation.so
<IfModule unixd_module> <IfModule unixd_module>
User apache 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