small-secure-fast and static web server
1.0K
small-secure-fast and static web server.
kudos for Wonderfall/dockerfiles.
$ docker pull orleika/web-static
$ docker run -d -p 80:80 orleika/web-static
This docker image size is only about 21MB.
/etc/nginx
├── conf.d
│ ├── block_bots
│ ├── block_hotlink
│ ├── block_spams
│ ├── headers_params
│ ├── ssl_params
│ ├── vhost_http.conf
│ └── vhost_https.conf
├── nginx.conf
└── sites-enabled
└── default.conf
conf.d/headers_params:
includes X-Frame-Options, X-XSS-Protection, X-Content-Type-Options, CSP.conf.d/vhost_http.conf: secure HTTP configuration.conf.d/vhost_https.conf: more secure HTTPS configuration.sites-enabled/default.conf: default conf file. You should replace new configuration file referring conf.d/vhost_http?s.conf.Content type
Image
Digest
Size
9.1 MB
Last updated
over 9 years ago
docker pull orleika/web-static