GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
yukitoki
/
Reverse-Proxy-Nginx-Multiple-Node
Browse code
Update README.md
master
1 parent
2f48fea
commit
8b0e16b589a007f658f01b848625f9d58b88ec68
Rendy wijaya
authored
on 16 Mar 2020
Patch
Unified
Split
Showing
1 changed file
+0
-7
■
■
■
■
■
README.md
Ignore Space
Show notes
View
7
■
■
■
■
■
README.md
Perhatikan
pada bagian X
-
Powered
-
By
:
PHP
/
pastikan versi php nya sudah cocok dengan yang kita inginkan
Konfigurasi
reverse proxy nginx pada node1
===============
Kemudian
tambahkan host dengan ip
private
dari node2 untuk mengarahkan kemana kita akan mengakses website nya
```
# vim /etc/hosts
```
<
img src
=
"https://git.leon36.web.id/yukitoki/Reverse-Proxy-with-Nginx/raw/master/images/ss-4.png"
width
=
"650"
>
Install
dan enable nginx
```
# yum -y install nginx
```
Show line notes below