parent
73b78e1bf9
commit
6a5f2d7ed6
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Also it is strongly recommened to set up a ssl certificate to protect yourself i
|
||||||
|
|
||||||
Yup. That's it.
|
Yup. That's it.
|
||||||
|
|
||||||
Reverse Proxy for NGINX
|
**Reverse Proxy for NGINX**
|
||||||
```
|
```
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
@ -24,7 +24,7 @@ server {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Reverse Proxy for Apache
|
**Reverse Proxy for Apache**
|
||||||
```
|
```
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName yourcoolassdomain.org
|
ServerName yourcoolassdomain.org
|
||||||
|
|
Loading…
Reference in a new issue