Updated Nginx as a Reverse Proxy (markdown)

Oleg Skutte 2021-12-04 08:18:34 +03:00
parent d8f4803ceb
commit 7eac0a05e1

@ -9,7 +9,7 @@ sudo systemctl enable nginx
4. Replace it's contents with:
```
server {
server <domain.com>
server_name <domain.com>
listen 80;
location / {
proxy_pass http://localhost:8123/;