Commit bfd58f9b02af4b3ebadcdf90ab350a1f1bc6fbfc

Authored by Sergio Oliveira
1 parent d842e9df

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 78  
79 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 83 Reinicie o serviço do Nginx com o comando: ``sudo service nginx restart``.
82 84  
83 85  
... ...