Skip to content

Commit 1ede620

Browse files
committed
Tweak /snapshots to point to the updated location.
1 parent 51ce685 commit 1ede620

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf/jenkins/jenkins.nginx.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
upstream jenkins_upstream {
32
server 127.0.0.1:8080;
43
}
@@ -18,7 +17,7 @@ server {
1817
include /etc/nginx/common/servers.conf;
1918

2019
location /snapshots {
21-
alias /builds/jobs/jruby-dist/lastSuccessful/archive/dist;
20+
alias /builds/snapshots;
2221
autoindex on;
2322
}
2423

0 commit comments

Comments
 (0)