Host Multiple Website's on Single Virtual Server

सिंगल वर्चुअल सर्वर पर मल्टीपल Website होस्ट करें , Docker, Docker Compose, NGINX Reverse proxy, Lets Encrypt

Host Multiple Website's on Single Virtual Server
Host Multiple Website's on Single Virtual Server

Host Multiple Website's on Single Virtual Server free download

सिंगल वर्चुअल सर्वर पर मल्टीपल Website होस्ट करें , Docker, Docker Compose, NGINX Reverse proxy, Lets Encrypt

सिंगल वर्चुअल सर्वर पर मल्टीपल वर्डप्रेस साइट होस्ट करें

DigitalOcean Platform पर docker-compose का उपयोग कर एक docker कंटेनर के अंदर सिंगल वर्चुअल सर्वर पर कई वर्डप्रेस साइट होस्ट करें।

यह कोर्स सभी के बारे में है कि DigitalOcean पर एक इंस्टेंस कैसे चलाया जाए जो डॉक और डॉक-कंपोज़ को चलाने के लिए ठीक से कॉन्फ़िगर किया गया हो। फिर वर्डप्रेस को डॉकटर-कंपोज़ के माध्यम से इंस्टॉल किया जाता है। फिर हम देखेंगे कि docker में चलने वाली किसी भी चीज़ के लिए ट्रैफ़िक को रूट करने के लिए NGINX रिवर्स प्रॉक्सी कैसे सेट करें।

हमें यह करने की आवश्यकता है इससे पहले कि हम अपने डोमेन नाम को HTTPS के साथ सुरक्षित कर सकें, चलो एनक्रिप्ट का उपयोग कर सकते हैं।


More Information about docker:

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.

In computing, a virtual machine (VM) is the virtualization/emulation of a computer system. Virtual machines are based on computer architectures and provide functionality of a physical computer. Their implementations may involve specialized hardware, software, or a combination.