Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions install/basic/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ If for some reason you are not able to reach the server on the :guilabel:`HTTPS`
rm nginx.https.enabled.conf
ln -s nginx.https.available.conf nginx.https.enabled.conf

4. Inspect the ``nginx.https.enabled.conf`` contents
4. Inspect the ``nginx.https.available.conf`` contents

.. code-block:: shell

nano nginx.https.enabled.conf
nano nginx.https.available.conf

Make sure the contents match the following

Expand Down Expand Up @@ -340,6 +340,10 @@ In production deployment mode, GeoNode uses by default :guilabel:`Let's Encrypt`

You may want to provide your own certificates to GeoNode

.. note::

**Important**: When making SSL-related configuration changes, always edit ``nginx.https.available.conf`` (the actual configuration file), not ``nginx.https.enabled.conf`` (which is a symlink). This ensures your changes are persistent and properly applied.

.. code-block:: shell

docker exec -it nginx4my_geonode_geonode sh -c 'mkdir /geonode-certificates/my_geonode'
Expand All @@ -357,7 +361,7 @@ You may want to provide your own certificates to GeoNode
docker-compose exec geonode sh
apk add vim

vim nginx.https.enabled.conf
vim nginx.https.available.conf


.. code-block:: diff
Expand Down