From cc56ddb905651f6accdc9218e1d5d18bc766bfb0 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sat, 6 Aug 2022 14:29:11 +0200 Subject: [PATCH] Add a link Co-authored-by: Alexandre Aubin --- .../05.install_unpackaged_app/install_unpackaged_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md b/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md index 6164468a..88854eef 100644 --- a/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md +++ b/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md @@ -15,7 +15,7 @@ If your app is a PHP or HTML/JS app, you probably should use the `Custom Webapp` If you use an other techno, you should install it like on a classical debian. -To expose the app on the web through nginx and be able to manage access permissions to the webapp, you could use the `redirect` app to create a nginx reverse proxy on your local ip/port running the service. +To expose the app on the web through nginx and be able to manage access permissions to the webapp, you could use the [`redirect` app](https://github.com/YunoHost-Apps/redirect_ynh/) to create a nginx reverse proxy on your local ip/port running the service. !!! You should use the proxy mode of the redirect app and not HTTP redirections mode.