Commit 61678957 authored by Simonas's avatar Simonas

server setting updated

parent a6b73f4f
...@@ -34,17 +34,22 @@ const bundler = webpack(config); ...@@ -34,17 +34,22 @@ const bundler = webpack(config);
export function server () { export function server () {
bs.init({ bs.init({
logPrefix: 'Biuro', logPrefix: 'Biuro',
proxy: { socket: {
target: conf.proxy, domain: 'https://dev.biuro.lt:2000'
// proxyRes: [ // port: 443
// function (proxyRes, req, res) {
// // console.log(proxyRes.headers);
// console.log(req);
// }
// ],
ws: true
}, },
httpModule: http2, proxy: conf.proxy,
// proxy: {
// target: conf.proxy
// // proxyRes: [
// // function (proxyRes, req, res) {
// // // console.log(proxyRes.headers);
// // console.log(req);
// // }
// // ],
// // ws: true
// },
// httpModule: http2,
https: { https: {
key: conf.certs.key, key: conf.certs.key,
cert: conf.certs.cert cert: conf.certs.cert
......
...@@ -39,20 +39,18 @@ qa-: Signify that a QA or Test Engineering team is running an automated UI test ...@@ -39,20 +39,18 @@ qa-: Signify that a QA or Test Engineering team is running an automated UI test
/* critical:end */ /* critical:end */
.tmp-contacts { .tmp-contacts {
img { display: none; } img { display: none; }
ul { padding-left: 5px } ul { padding-left: 5px }
} }
.c-logos { display: flex; flex-wrap: wrap; justify-content: space-between; .c-logos { display: flex; flex-wrap: wrap; justify-content: space-between;
div { flex: 0 0 21%; border: 1px solid gray; padding: 1em; margin-bottom: 1em; text-align: center; } div { flex: 0 0 21%; border: 1px solid gray; padding: 1em; margin-bottom: 1em; text-align: center; }
} }
.c-fixed-footer { .c-fixed-footer {
@media (--max--small) { @media (--max--small) {
position: fixed; left: 0; bottom: 0; width: 100%; background: rgba(255, 255, 255, .85); padding: 20px 20px 0; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .45); position: fixed; left: 0; bottom: 0; width: 100%; background: rgba(255, 255, 255, .85); padding: 20px 20px 0; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .45);
} }
} }
.biuro-ti-img { display: none; } .biuro-ti-img { display: none; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment