Compare commits

..

No commits in common. "cf623c7a4743f7911119fc3e918a729db204219f" and "c2c138b6e301205f1545fa88f10cf046e19aef32" have entirely different histories.

4 changed files with 3 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -50,7 +50,6 @@ services:
networks: networks:
- fic-net - fic-net
volumes: volumes:
- dashboard:/srv/DASHBOARD
- settings:/srv/SETTINGS - settings:/srv/SETTINGS
- settingsdist:/srv/SETTINGSDIST - settingsdist:/srv/SETTINGSDIST