Compare commits
2 Commits
c2c138b6e3
...
cf623c7a47
Author | SHA1 | Date | |
---|---|---|---|
cf623c7a47 | |||
ba9a0aee42 |
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -50,6 +50,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- fic-net
|
- fic-net
|
||||||
volumes:
|
volumes:
|
||||||
|
- dashboard:/srv/DASHBOARD
|
||||||
- settings:/srv/SETTINGS
|
- settings:/srv/SETTINGS
|
||||||
- settingsdist:/srv/SETTINGSDIST
|
- settingsdist:/srv/SETTINGSDIST
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user