Skip to content

Instantly share code, notes, and snippets.

@stuartf7
Last active December 12, 2015 12:49
Show Gist options
  • Save stuartf7/4774487 to your computer and use it in GitHub Desktop.
Save stuartf7/4774487 to your computer and use it in GitHub Desktop.
Configuring the TeamCity Server to run on port 80.
- <Connector port="8111" protocol="HTTP/1.1"
+ <Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
enableLookup="false"
useBodyEncodingForURI="true"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment