File tree 2 files changed +14
-8
lines changed
2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 636
636
"redirectUris" : [
637
637
" /realms/cernbox/account/*"
638
638
],
639
- "webOrigins" : [],
639
+ "webOrigins" : [
640
+ " *"
641
+ ],
640
642
"notBefore" : 0 ,
641
643
"bearerOnly" : false ,
642
644
"consentRequired" : false ,
680
682
"redirectUris" : [
681
683
" /realms/cernbox/account/*"
682
684
],
683
- "webOrigins" : [],
685
+ "webOrigins" : [
686
+ " *"
687
+ ],
684
688
"notBefore" : 0 ,
685
689
"bearerOnly" : false ,
686
690
"consentRequired" : false ,
812
816
"clientAuthenticatorType" : " client-secret" ,
813
817
"redirectUris" : [
814
818
" https://cernbox1.docker/*" ,
815
- " https://cernbox2.docker/*"
819
+ " https://cernbox2.docker/*" ,
820
+ " https://idp.docker:8443/*"
816
821
],
817
822
"webOrigins" : [
818
- " https://cernbox1.docker/*" ,
819
- " https://cernbox2.docker/*"
823
+ " *"
820
824
],
821
825
"notBefore" : 0 ,
822
826
"bearerOnly" : false ,
903
907
" /admin/cernbox/console/*"
904
908
],
905
909
"webOrigins" : [
906
- " + "
910
+ " * "
907
911
],
908
912
"notBefore" : 0 ,
909
913
"bearerOnly" : false ,
Original file line number Diff line number Diff line change @@ -139,7 +139,9 @@ http {
139
139
}
140
140
141
141
location ^~ /cernbox {
142
- root /var/www/cernbox;
142
+ root /var/www;
143
+ add_header Cache-Control "no-cache" ;
144
+ add_header Access-Control-Allow-Origin "https://idp.docker:8443" always;
143
145
etag off;
144
146
gzip_static on ;
145
147
}
@@ -148,7 +150,7 @@ http {
148
150
root /var/www/web;
149
151
add_header Cache-Control "no-cache" ;
150
152
add_header Access-Control-Allow-Origin "https://idp.docker:8443" always;
151
- etag on ;
153
+ etag off ;
152
154
gzip_static on ;
153
155
try_files $uri /index.html;
154
156
}
You can’t perform that action at this time.
0 commit comments