Infini-OPTIPLEX: make wildcard 302 redirect instead of 301

This commit is contained in:
Infinidoge 2024-04-26 03:49:47 -04:00
parent 1e8deb44ab
commit 21770fab53
Signed by: Infinidoge
SSH key fingerprint: SHA256:VEv3zmkBzcYYle6/37h+BbOyNDbGy/o8SHh7fcs9RbQ

View file

@ -72,5 +72,6 @@
addSSL = true; addSSL = true;
default = true; default = true;
globalRedirect = "inx.moe"; globalRedirect = "inx.moe";
redirectCode = 302;
}; };
} }