Updated .gitmodules

This commit is contained in:
Tristan Ancelet 2023-11-25 17:54:45 -06:00
parent 4059d7cfc2
commit 97b5db543d
2 changed files with 2 additions and 5 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "DnD-Tools"]
path = DnD-Tools
url = GS:tristan/dnd-tools
url = gitea@git.arcanium.tech:tristan/dnd-tools
[submodule "DHCPInfo"]
path = DHCPInfo
url = gitea@git.arcanium.tech:tristan/DHCPInfo

View File

@ -133,10 +133,7 @@ cat > $LIBRENMS_HTTPD_CONF <<EOF
Require all granted
AllowOverride All
Options FollowSymLinks MultiViews
</Directory>
# Enable http authorization headers
<IfModule setenvif_module>
</Directory> # Enable http authorization headers <IfModule setenvif_module>
SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
</IfModule>