summaryrefslogtreecommitdiffstats
path: root/cgit/httpd.conf
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-08-05 03:46:19 -0400
committerMalfurious <m@lfurio.us>2024-08-07 20:56:16 -0400
commit93e4f015f23d42bccbe306bf02fef17fe47f0f59 (patch)
treed8d0a47b95f7712cc55a9180eeb9a16ec6f5594e /cgit/httpd.conf
parentf1969957af9cb23c47a464d7eccff02d766357c7 (diff)
downloadsrcnode-93e4f015f23d42bccbe306bf02fef17fe47f0f59.tar.gz
srcnode-93e4f015f23d42bccbe306bf02fef17fe47f0f59.zip
Rename project to srcnode
"Normalmode" is the name of the hosted platform that this software package was constructed to power. To better distinguish between the two and to give this project more of a standalone identity, it is rebranded with a new name. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'cgit/httpd.conf')
-rw-r--r--cgit/httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit/httpd.conf b/cgit/httpd.conf
index 6ffe913..fb49add 100644
--- a/cgit/httpd.conf
+++ b/cgit/httpd.conf
@@ -22,7 +22,7 @@ LogLevel warn
Require all denied
</Directory>
-<Directory "/usr/share/normalmode/">
+<Directory "/usr/share/srcnode/">
AllowOverride None
Require all granted
</Directory>
@@ -33,7 +33,7 @@ LogLevel warn
Require all granted
</Directory>
-Alias /logo.png "/usr/share/normalmode/logo.png"
+Alias /logo.png "/usr/share/srcnode/logo.png"
Alias /cgit.css "/usr/share/webapps/cgit/cgit.css"
Alias /cgit.png "/usr/share/webapps/cgit/cgit.png"