Commit bfd58f9b02af4b3ebadcdf90ab350a1f1bc6fbfc
1 parent
d842e9df
Exists in
r5_design
and in
1 other branch
Added missing instructions for nginx
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
docs/install.rst
@@ -78,6 +78,8 @@ Para configurar o Nginx crie o arquivo ``/etc/nginx/sites-enabled/colab.conf`` c | @@ -78,6 +78,8 @@ Para configurar o Nginx crie o arquivo ``/etc/nginx/sites-enabled/colab.conf`` c | ||
78 | 78 | ||
79 | Substitua o domínio de exemplo ``beta.softwarepublico.gov.br`` pelo domínio desejado. | 79 | Substitua o domínio de exemplo ``beta.softwarepublico.gov.br`` pelo domínio desejado. |
80 | 80 | ||
81 | +Certifique-se de instalar o certificado SSL (``/etc/nginx/colab.crt``) e sua chave privada (``/etc/nginx/colab.crt``). | ||
82 | + | ||
81 | Reinicie o serviço do Nginx com o comando: ``sudo service nginx restart``. | 83 | Reinicie o serviço do Nginx com o comando: ``sudo service nginx restart``. |
82 | 84 | ||
83 | 85 |