Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dev-sec/ansible-nginx-hardening
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 618608b
Choose a base ref
...
head repository: dev-sec/ansible-nginx-hardening
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ebcf4b
Choose a head ref
  • 19 commits
  • 22 files changed
  • 5 contributors

Commits on Oct 24, 2016

  1. update changelog

    Sebastian Gumprich committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    e79556c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Update README.md

    rndmh3ro authored May 28, 2017
    Configuration menu
    Copy the full SHA
    77d82a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Add comment filter to {{ansible_managed}} string

    Multiline {{ansible_managed}} strings do not get properly commented
    without the comment filter.
    See http://docs.ansible.com/ansible/playbooks_filters.html#comment-filter
    fazlearefin committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    438df53 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Merge pull request #12 from fazlearefin/master

    Add comment filter to {{ansible_managed}} string
    rndmh3ro authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    6e0fc63 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

  1. use new docker images

    Sebastian Gumprich committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    e3073ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from dev-sec/docker

    use new Docker images
    rndmh3ro authored Jul 23, 2017
    Configuration menu
    Copy the full SHA
    72fd6f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Update README.md

    Add minimum ansible version in requirements and fix a typo.
    vishesh92 authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    84e7733 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from vishesh92/patch-1

    Update README.md
    rndmh3ro authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    eb702a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Fix duplicate ssl_prefer_server_ciphers error

    and duplicate ssl_protocols warning
    
    > nginx: [warn] duplicate value "TLSv1.2" in /etc/nginx/conf.d/90.hardening.conf:11
    > nginx: [emerg] "ssl_prefer_server_ciphers" directive is duplicate in /etc/nginx/conf.d/90.hardening.conf:14
    oakey-b1 committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    141a393 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Merge pull request #16 from oakey-b1/fix_duplicate_error

    Fix duplicate ssl_prefer_server_ciphers error
    rndmh3ro authored Jan 28, 2018
    Configuration menu
    Copy the full SHA
    f3a6fbd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Update README.md

    rndmh3ro authored Apr 29, 2018
    Configuration menu
    Copy the full SHA
    2445b3d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. update testing and style

    Sebastian Gumprich committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    11e43b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. remove debian 7, oracle 7 and amz from testing

    Sebastian Gumprich committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    bc3e6a9 View commit details
    Browse the repository at this point in the history
  2. add ignore cert option

    Sebastian Gumprich committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    e62ec36 View commit details
    Browse the repository at this point in the history
  3. only run certain tests in travis and kitchen

    Sebastian Gumprich committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    ce11a7e View commit details
    Browse the repository at this point in the history
  4. remove useless params

    Sebastian Gumprich committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    e2113cc View commit details
    Browse the repository at this point in the history
  5. use restart instead of reload, fix syntax

    Sebastian Gumprich committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    3efd10d View commit details
    Browse the repository at this point in the history
  6. use geerlinggux.nginx and fix tests

    Sebastian Gumprich committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    c285d01 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #18 from dev-sec/kitchen_travis

    Kitchen travis
    rndmh3ro authored Sep 8, 2018
    Configuration menu
    Copy the full SHA
    2ebcf4b View commit details
    Browse the repository at this point in the history
Loading