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"] [submodule "DnD-Tools"]
path = DnD-Tools path = DnD-Tools
url = GS:tristan/dnd-tools url = gitea@git.arcanium.tech:tristan/dnd-tools
[submodule "DHCPInfo"] [submodule "DHCPInfo"]
path = DHCPInfo path = DHCPInfo
url = gitea@git.arcanium.tech:tristan/DHCPInfo url = gitea@git.arcanium.tech:tristan/DHCPInfo

View File

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