Created
January 19, 2022 14:42
-
-
Save jhowbhz/d2aa531e192dcd2b236e109263d1dcae to your computer and use it in GitHub Desktop.
Exemplo nginx configurações MyZap
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
TUTORIAL SIMPLES NGINX | |
1º - vai em... | |
cd /etc/nginx/sites-available/ | |
2º - cria o arquivo | |
nano proxy_myzap | |
3º - cola o conteudo do link | |
https://gist.github.com/jhowbhz/689322bedd2e2487b97aa57ffe0a732d | |
4º - copia o link simbolico | |
ln -s /etc/nginx/sites-available/proxy_myzap /etc/nginx/sites-enable/proxy_myzap | |
4º - reboot e testa nginx | |
nginx configtest && service nginx restart | |
Cortesia: https://apigratis.com.br |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment