skip to Main Content

dynamic ssl certificate with nginx – Shopify

I had a Shopify-like application. So, my customer get sub-domain when they create store(i.e customer1.myShopify.com). to handle this case of dynamic sub-domains with nginx: server { listen 443 ssl; server_name admin.myapp.com; ssl_certificate /etc/letsencrypt/live/myapp/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/myapp/privkey.pem; location / { proxy_pass http://admin-front-end:80/;…

VIEW QUESTION

Docker daemon fails to process logs – Debian

Docker daemon is unable to parse the json log and throws an unexpected EOF error. We are investigating the root cause of the issue. Environment: Debian 4.9.189-3+deb9u2 Docker engine 19.03.5 Docker daemon log: Apr 29 14:31:05 Prod-IS dockerd[30810]: time="2020-04-29T14:31:05.070677515+02:00" level=warning…

VIEW QUESTION
Back To Top
Search