confs: Add _ as an expected theme char
This commit is contained in:
parent
18cab3dc6b
commit
298d09f346
@ -77,7 +77,7 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
location ~ ^/[A-Z] {
|
||||
location ~ ^/[A-Z_] {
|
||||
include fic-auth.conf;
|
||||
|
||||
rewrite ^/.*$ /index.html;
|
||||
|
@ -63,7 +63,7 @@ server {
|
||||
rewrite ^${FIC_BASEURL2}(.*)$ /$1;
|
||||
}
|
||||
|
||||
location ~ ^/[A-Z] {
|
||||
location ~ ^/[A-Z_] {
|
||||
include fic-get-team.conf;
|
||||
|
||||
rewrite ^/.*$ /index.html;
|
||||
|
@ -67,7 +67,7 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
location ~ ^/[A-Z] {
|
||||
location ~ ^/[A-Z_] {
|
||||
include fic-get-team.conf;
|
||||
|
||||
rewrite ^/.*$ /index.html;
|
||||
|
Loading…
x
Reference in New Issue
Block a user