Last active
December 12, 2015 12:49
-
-
Save stuartf7/4774487 to your computer and use it in GitHub Desktop.
Configuring the TeamCity Server to run on port 80.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- <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