> On 16. Mar 2018, at 22:46, Simon Richter <[email protected]> wrote: > > How would I make a file with a random name visible in the web tree (the > file is not below /userContent/)? > > Also, I'd like to bind Jenkins to port 443 — is there a sane way to make > it bind the port and drop privileges, or do I need to create an ugly > workaround?
The answer for both is the same: Use a reverse proxy. (Or you can use e.g. iptables to forward 443 to 8080 for the second question.) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5A849777-D0F2-4D31-85A8-1D7A0C12DA39%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
