| | |
| | |
|
| | | # Specify the interface for Jetty to bind the standard connector.
|
| | | # You may specify an ip or an empty value to bind to all interfaces.
|
| | | server.httpBindInterface = localhost
|
| | | server.httpBindInterface = |
| | |
|
| | | # Specify the interface for Jetty to bind the secure connector.
|
| | | # You may specify an ip or an empty value to bind to all interfaces.
|
| | | server.httpsBindInterface = localhost
|
| | | server.httpsBindInterface = |
| | |
|
| | | # Password for SSL keystore (keystore password and certificate password must match)
|
| | | server.storePassword = dosomegit
|