Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

production deployment #44

Open
jyjohnson opened this issue Nov 2, 2016 · 1 comment
Open

production deployment #44

jyjohnson opened this issue Nov 2, 2016 · 1 comment

Comments

@jyjohnson
Copy link

Probably dumb questions but I can't figure out the following:

  • change SSL port (tried changing \EC2Box-jetty\jetty\etc\jetty.xml) but didn't work
  • change SSL cert (tried keystore command to install cert, but still uses self-sign cert)
  • where can I set things link gzip compression, static file expiration, etc.?

Thanks!

@skavanagh
Copy link
Collaborator

skavanagh commented Nov 3, 2016

The port is in the start.ini file

## Port to use to build URIs for secure redirects
# jetty.httpConfig.securePort=8443

also need to set it in the /etc/jetty-ssl.xml

This should help with installing the cert
bastillion-io/Bastillion#130

and Jetty site should have the rest
http://www.eclipse.org/jetty/documentation/9.2.10.v20150310/gzip-filter.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants