confs: Add _ as an expected theme char

This commit is contained in:
nemunaire 2024-03-28 17:59:58 +01:00
parent 18cab3dc6b
commit 298d09f346
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ server {
}
}
location ~ ^/[A-Z] {
location ~ ^/[A-Z_] {
include fic-auth.conf;
rewrite ^/.*$ /index.html;

View File

@ -63,7 +63,7 @@ server {
rewrite ^${FIC_BASEURL2}(.*)$ /$1;
}
location ~ ^/[A-Z] {
location ~ ^/[A-Z_] {
include fic-get-team.conf;
rewrite ^/.*$ /index.html;

View File

@ -67,7 +67,7 @@ server {
}
}
location ~ ^/[A-Z] {
location ~ ^/[A-Z_] {
include fic-get-team.conf;
rewrite ^/.*$ /index.html;