Last active
January 6, 2023 20:33
-
-
Save hermesalvesbr/8bf16b509454f8cee0c2d79e467a17c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1 Adicione o ip interno do docker para o proxy | |
default_config: | |
http: | |
use_x_forwarded_for: true | |
trusted_proxies: | |
- 0.0.0.0/0 | |
## 2 Ativar Websocket Support no caprover | |
## Não precisa de map de porta. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment