From ea94d98b9a248ee6e9ac2c30e39ffd48ee0757d6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 11 Jan 2022 21:11:33 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 19d190f..e063048 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location __PATH__ { +location __PATH__/ { #Source: https://docs.weblate.org/en/latest/admin/install.html#sample-configuration-for-nginx-and-uwsgi # Path to source alias __FINALPATH__/ ;