skip to Main Content

Errno 14 HTTPS Error 301 – Moved Permanently while installing Jenkins – yum install jenkins – CentOS

[root@###~]# yum install jenkins Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile base: mirror.myfahim.com extras: centos-hcm.viettelidc.com.vn updates: mirror.tino.org base | 3.6…

VIEW QUESTION

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
Back To Top
Search