From 31fb23a00d1c5a8e32f454b8aa7683a1bf7a8f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Seckler?= <jseckler@riseup.net> Date: Mon, 5 Aug 2024 12:08:52 -0300 Subject: [PATCH] README.md: Fix hyperlink reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d867cf..b85b926 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Since [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) isn't fun to configure, feel free to copy [this file](https://0xacab.org/jvoisin/mat2-web/tree/master/config/uwsgi.config) to `/etc/uwsgi/apps-enabled/mat2-web.ini` and -[this one](https://0xacab.org/jvoisin/mat2-web/tree/master/config/nginx.config) +[this one](https://0xacab.org/jvoisin/mat2-web/tree/master/config/nginx-default.conf) to `/etc/nginx/sites-enabled/mat2-web`. Nginx is the recommended web engine, but you can also use Apache if you prefer, -- GitLab