1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 03:27:29 +01:00

Updates readme

This commit is contained in:
Amir Raminfar
2020-04-30 13:54:17 -07:00
parent d090da9dcf
commit d39c0e65aa

View File

@@ -88,10 +88,13 @@ Dozzle follows the [12-factor](https://12factor.net/) model. Configurations can
## Troubleshooting
### Sample Nginx config
### Nginx Config
If you are using nginx as a reverse proxy, then you need to configure `/api` to enable server-sent events.
Below is an example configuration using SSL and `proxy_pass` with correct settings.
```
server {
listen 80;
server_name <example.com>;