Initial move from gist
This commit is contained in:
commit
e0a2e2bd35
5 changed files with 182 additions and 0 deletions
1
nginx-prod/pkgs/nginx/patches/https-only.patch
Normal file
1
nginx-prod/pkgs/nginx/patches/https-only.patch
Normal file
|
@ -0,0 +1 @@
|
|||
DUMMY
|
10
nginx-prod/pkgs/nginx/pkg.yaml
Normal file
10
nginx-prod/pkgs/nginx/pkg.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
base: www-servers/nginx-1.7.6
|
||||
author: Sysadmin42 <sys@admin42.org>
|
||||
patches:
|
||||
patches/https-only.patch: "This patch denies all plain http requests"
|
||||
https://github.com/nginx/nginx/commit/52e4dc2f74fd032dace01acbe5eb29ddf7c1ad96.patch: "Fix buffer overruns"
|
||||
use:
|
||||
with:
|
||||
- ipv6
|
||||
- selinux
|
Loading…
Add table
Add a link
Reference in a new issue