Skip to content

Commit

Permalink
Merge pull request #1467 from MarkEWaite/fix-accessing-jenkins-redirect
Browse files Browse the repository at this point in the history
Do not escape the '#' in Starting & Accessing redirect
  • Loading branch information
olblak committed Apr 28, 2020
2 parents 7797b03 + 7b1e6a7 commit 1e1f09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/profile/templates/confluence/vhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2993,7 +2993,7 @@ RewriteRule "^/display/JENKINS/Logging$" "https://jenkins.io/doc/book/system-adm
RewriteCond %{HTTP_USER_AGENT} !^jenkins-wiki-exporter/(.*)$
RewriteRule "^/display/JENKINS/Jenkins\+Script\+Console$" "https://jenkins.io/doc/book/managing/script-console/" [NC,L,QSA,R=301]
RewriteCond %{HTTP_USER_AGENT} !^jenkins-wiki-exporter/(.*)$
RewriteRule "^/display/JENKINS/Starting\+and\+Accessing\+Jenkins$" "https://jenkins.io/doc/book/installing/#configuring-http" [NC,L,QSA,R=301]
RewriteRule "^/display/JENKINS/Starting\+and\+Accessing\+Jenkins$" "https://jenkins.io/doc/book/installing/#configuring-http" [NE,NC,L,QSA,R=301]
RewriteCond %{HTTP_USER_AGENT} !^jenkins-wiki-exporter/(.*)$
RewriteRule "^/display/JENKINS/Features\+controlled\+by\+system\+properties$" "https://jenkins.io/doc/book/managing/system-properties/" [NC,L,QSA,R=301]
RewriteCond %{HTTP_USER_AGENT} !^jenkins-wiki-exporter/(.*)$
Expand Down

0 comments on commit 1e1f09e

Please sign in to comment.