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

Added nginx ssl cyphers #25

Merged
merged 1 commit into from Sep 29, 2016
Merged

Added nginx ssl cyphers #25

merged 1 commit into from Sep 29, 2016

Conversation

philtrep
Copy link
Member

No description provided.

@philtrep philtrep merged commit 45b809c into master Sep 29, 2016
@philtrep
Copy link
Member Author

philtrep commented Sep 29, 2016

this partly fixes #24

@philtrep philtrep deleted the nginx-ssl-cyphers branch September 29, 2016 21:40
gzip on;
gzip_disable "msie6";

ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0x13A good point, created issue #97


include /etc/nginx/mime.types;
default_type application/octet-stream;

include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-available/*;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to manually create the symlinks between /etc/nginx/sites-available/*.conf and /etc/nginx/sites-enabled/*.confshould we do it in the Dockerfile instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0x13A sites-enabled is not currently used in the nginx image. Take a look at the https://github.com/Osedea/nodock/blob/master/nginx/scripts/build-nginx.sh script for how the current configs are added to sites-available.

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

Successfully merging this pull request may close these issues.

None yet

1 participant