From c008f0c2647504cfdec54184a20b9b1ae814a911 Mon Sep 17 00:00:00 2001 From: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:23:46 -0500 Subject: [PATCH] Update Synology NAS installation guide with Nginx error handling instructions (#972) --- documentation/docs/install/synology_nas.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/install/synology_nas.md b/documentation/docs/install/synology_nas.md index bb38eb60..571388f5 100644 --- a/documentation/docs/install/synology_nas.md +++ b/documentation/docs/install/synology_nas.md @@ -3,3 +3,5 @@ AdventureLog can be deployed on a Synology NAS using Docker. This guide from Marius Hosting will walk you through the process. [Read the guide Here](https://mariushosting.com/how-to-install-adventurelog-on-your-synology-nas/) + +In recent versions of Synology DSM, there might be some adjustments needed to fix Nginx should a 502 Bad Gateway Error be returned. That guide can be found [here](https://mariushosting.com/synology-nginx-reverse-proxy-how-to-fix-502-bad-gateway-error/).