bigchaindb/k8s/nginx-https/container/docker_build_and_push.bash
muawiakh 4371a2ce4b Update nginx config for well being
- turned off server tokens so the server does not leak nginx information
  on errors and header
- Added header to turn off cross site scripting
- use stable release of nginx instead of mainline
- limit available methods
- update response code
2017-09-26 14:27:21 +02:00

6 lines
98 B
Bash
Executable File

#!/bin/bash
docker build -t bigchaindb/nginx_https:1.1 .
docker push bigchaindb/nginx_https:1.1