feat(Nginx): update short URL location path for link shortener

feat(VERSION): bump version to 10.0.31
This commit is contained in:
Nawaz Dhandala
2026-03-12 21:10:06 +00:00
parent 8b6bfc3ef7
commit 35e973ebd9
2 changed files with 2 additions and 2 deletions

View File

@@ -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;