diff --git a/README.md b/README.md index 14d3cd9..3f4588a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,30 @@ Reverse-Proxy-with-Nginx =============== -Dokumentasi untuk Lab Reverse Proxy with Nginx +Dokumentasi untuk Lab Reverse Proxy with Nginx Centos 7 Task ============== Instalasi & Konfigurasi: -Unordered -============== * Apache (Port 8080) * Nginx as Reverse Proxy (Port 80) * MariaDB 10.1 * PHP + +Ketentuan: +* WordPress: wordpress.domain.tld (PHP 7.2, Port 8080 + Reverse Proxy) dengan Document Root di /home/wordpress/ +* PrestaShop: prestashop.domain.tld (PHP 7.1, Port 8080 + Reverse Proxy) dengan Document Root di /home/prestashop/ +* Nextcloud: nextcloud.domain.tld (PHP 7.3, Port 8080 + Reverse Proxy) dengan Document Root di /home/nextcloud/ +* Phpmyadmin + + +* Semua website harus menggunakan SSL +* SSL tidak boleh menggunakan CloudFlare ataupun CertBot +* SSL yang boleh digunakan adalah https://sslforfree.com + + +Sitemap +============== +Step Konfigurasi +* [Installasi tools yang di butuhkan](https://git.leon36.web.id/yukitoki/Reverse-Proxy-with-Nginx/wiki/Installasi-tools-yang-di-butuhkan)