Skip to content

Instantly share code, notes, and snippets.

Avatar

Manish Mehta manishcompro

  • Compro
  • India
View GitHub Profile
View Procfile
# Only listen on http; disable ajp and https
web: java -jar jenkins.war --httpPort=$PORT --ajp13Port=-1 --httpsPort=-1