Module: Mesa
Branch: main
Commit: f8cc1ab04b1e7fe27e8974e7f4d754d58ccbc323
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8cc1ab04b1e7fe27e8974e7f4d754d58ccbc323

Author: David Heidelberg <[email protected]>
Date:   Tue Aug  1 23:40:39 2023 +0300

docs/ci: remove default nginx config, which we don't need for proxy

Signed-off-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24445>

---

 docs/ci/bare-metal.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/ci/bare-metal.rst b/docs/ci/bare-metal.rst
index c3391fa7d90..2b3db32643f 100644
--- a/docs/ci/bare-metal.rst
+++ b/docs/ci/bare-metal.rst
@@ -215,6 +215,7 @@ Enable the site and restart nginx:
 
 .. code-block:: console
 
+   sudo rm /etc/nginx/sites-enabled/default
    sudo ln -s /etc/nginx/sites-available/fdo-cache 
/etc/nginx/sites-enabled/fdo-cache
    sudo systemctl restart nginx
 

Reply via email to