Fix nginx config with standalone exercices access and _app discovery

This commit is contained in:
nemunaire 2024-09-03 15:26:23 +02:00
parent c2c138b6e3
commit ba9a0aee42
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;