Skip to content

Commit 2afe8e3

Browse files
authored
Update nginx.conf
1 parent c79b978 commit 2afe8e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ server {
2020
{{/each}}
2121

2222
location / {
23-
return 302 /{{ latest }}$request_uri;
23+
return 302 /latest$request_uri;
2424
}
2525

2626
include /etc/nginx/extra-conf.d/*.conf;
27-
}
27+
}

0 commit comments

Comments
 (0)