Are0h 2020-07-21 21:27:03 +02:00
parent 73b78e1bf9
commit 6a5f2d7ed6

@ -10,7 +10,7 @@ Also it is strongly recommened to set up a ssl certificate to protect yourself i
Yup. That's it.
Reverse Proxy for NGINX
**Reverse Proxy for NGINX**
```
server {
listen 80;
@ -24,7 +24,7 @@ server {
}
```
Reverse Proxy for Apache
**Reverse Proxy for Apache**
```
<VirtualHost *:80>
ServerName yourcoolassdomain.org