mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat(Nginx): update short URL location path for link shortener
feat(VERSION): bump version to 10.0.31
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user