Reworked to use Pure.css and Catppuccin
This commit is contained in:
@@ -111,7 +111,7 @@ LoadModule auth_basic_module modules/mod_auth_basic.so
|
||||
LoadModule reqtimeout_module modules/mod_reqtimeout.so
|
||||
#LoadModule ext_filter_module modules/mod_ext_filter.so
|
||||
#LoadModule request_module modules/mod_request.so
|
||||
#LoadModule include_module modules/mod_include.so
|
||||
LoadModule include_module modules/mod_include.so
|
||||
LoadModule filter_module modules/mod_filter.so
|
||||
#LoadModule reflector_module modules/mod_reflector.so
|
||||
#LoadModule substitute_module modules/mod_substitute.so
|
||||
@@ -277,6 +277,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
|
||||
# for more information.
|
||||
#
|
||||
Options Indexes FollowSymLinks
|
||||
Options +Includes
|
||||
|
||||
#
|
||||
# AllowOverride controls what directives may be placed in .htaccess files.
|
||||
@@ -293,7 +294,10 @@ DocumentRoot "/usr/local/apache2/htdocs"
|
||||
#
|
||||
# Custom
|
||||
#
|
||||
Header add Link "</common/catppuccin.css>; rel=stylesheet; type=text/css"
|
||||
Header add Link "</static/catppuccin.css>; rel=stylesheet; type=text/css"
|
||||
Header add Link "</favicon.ico>; rel=icon; type=image/x-icon"
|
||||
|
||||
AddOutputFilter INCLUDES .html
|
||||
</Directory>
|
||||
|
||||
<Location "/server-status">
|
||||
@@ -542,8 +546,6 @@ LogLevel warn
|
||||
# Various default settings
|
||||
#Include conf/extra/httpd-default.conf
|
||||
|
||||
Include conf/extra/httpd-gitweb.conf
|
||||
|
||||
# Configure mod_proxy_html to understand HTML4/XHTML1
|
||||
<IfModule proxy_html_module>
|
||||
Include conf/extra/proxy-html.conf
|
||||
|
||||
Reference in New Issue
Block a user