Compare commits
No commits in common. "cf623c7a4743f7911119fc3e918a729db204219f" and "c2c138b6e301205f1545fa88f10cf046e19aef32" have entirely different histories.
cf623c7a47
...
c2c138b6e3
@ -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;
|
||||
|
@ -50,7 +50,6 @@ services:
|
||||
networks:
|
||||
- fic-net
|
||||
volumes:
|
||||
- dashboard:/srv/DASHBOARD
|
||||
- settings:/srv/SETTINGS
|
||||
- settingsdist:/srv/SETTINGSDIST
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user