Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created January 19, 2022 14:42
Show Gist options
  • Save jhowbhz/d2aa531e192dcd2b236e109263d1dcae to your computer and use it in GitHub Desktop.
Save jhowbhz/d2aa531e192dcd2b236e109263d1dcae to your computer and use it in GitHub Desktop.
Exemplo nginx configurações MyZap
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