diff --git a/docs/integrations/nginx.rst b/docs/integrations/nginx.rst index 2dc7755b8..449716bbc 100644 --- a/docs/integrations/nginx.rst +++ b/docs/integrations/nginx.rst @@ -35,15 +35,6 @@ The first step is to create an Nginx configuration file that proxies requests to For ubuntu, if you already installed nginx through :code:`apt` you can add this to the config file in :code:`/etc/nginx/sites-enabled/default`. -.. code-block:: bash - - sudo -E pgxn install safeupdate - - # then add this to postgresql.conf: - # shared_preload_libraries='safeupdate'; - -This does not protect against malicious actions, since someone can add a url parameter that does not affect the result set. To prevent this you must turn to database permissions, forbidding the wrong people from deleting rows, and using `row-level security `_ if finer access control is required. - .. _https: HTTPS