From 35e973ebd900554d0dabab4e63e650b193546e77 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Thu, 12 Mar 2026 21:10:06 +0000 Subject: [PATCH] feat(Nginx): update short URL location path for link shortener feat(VERSION): bump version to 10.0.31 --- Nginx/default.conf.template | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nginx/default.conf.template b/Nginx/default.conf.template index c343dda5fd..60197075d3 100644 --- a/Nginx/default.conf.template +++ b/Nginx/default.conf.template @@ -854,7 +854,7 @@ ${PROVISION_SSL_CERTIFICATE_KEY_DIRECTIVE} client_max_body_size 50M; } - location /l { # Short URL for Link Shortener + location /l/ { # Short URL for Link Shortener resolver ${NGINX_RESOLVER} valid=30s; set $backend_app http://${SERVER_APP_HOSTNAME}:${APP_PORT}; proxy_set_header Host $host; diff --git a/VERSION b/VERSION index 4111136c3e..432ed0a8ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.0.30 \ No newline at end of file +10.0.31 \ No newline at end of file