Fix nginx config with standalone exercices access and _app discovery
This commit is contained in:
parent
c2c138b6e3
commit
ba9a0aee42
@ -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…
Reference in New Issue
Block a user