nginx ssl connection works, it was a typo
+ created some test files in html
This commit is contained in:
11
README.md
11
README.md
@@ -52,9 +52,6 @@
|
||||
|
||||
- [download alpine linux](https://alpinelinux.org/downloads/)
|
||||
- [dockerhub alpine image](https://hub.docker.com/_/alpine)
|
||||
- [run without sudo on linux](https://docs.docker.com/engine/install/linux-postinstall/)
|
||||
- [run docker deamon rootless](https://docs.docker.com/engine/security/rootless/)
|
||||
- [dangling images '<none>'](https://projectatomic.io/blog/2015/07/what-are-docker-none-none-images/)
|
||||
|
||||
#### docker :
|
||||
- [docker starter guide](https://docs.docker.com/get-started/)
|
||||
@@ -63,6 +60,11 @@
|
||||
- [determine the parent image](https://forums.docker.com/t/determine-the-parent-image/48611)
|
||||
- [docker image from scratch](https://codeburst.io/docker-from-scratch-2a84552470c8)
|
||||
- [build context and image context](https://stackoverflow.com/questions/55108649/what-is-app-working-directory-for-a-dockerfile/55109065#55109065)
|
||||
- [run without sudo on linux](https://docs.docker.com/engine/install/linux-postinstall/)
|
||||
- [run docker deamon rootless](https://docs.docker.com/engine/security/rootless/)
|
||||
- [dangling images '<none>'](https://projectatomic.io/blog/2015/07/what-are-docker-none-none-images/)
|
||||
- [go inside docker to debug it](https://docs.docker.com/engine/reference/commandline/container_exec/)
|
||||
- `docker exec -ti <container-name> bash` to run bash inside a running container
|
||||
|
||||
###### docker pid 1
|
||||
- nginx by default will create some child process (a master and some workers), then it quits (doc ?)
|
||||
@@ -117,6 +119,9 @@
|
||||
#### nginx
|
||||
- [nginx begginer guide](https://hub.docker.com/_/nginx/)
|
||||
- [nginx all directives for conf file](https://nginx.org/en/docs/dirindex.html)
|
||||
- [conf file in conf.d or sites-available ?](https://serverfault.com/questions/527630/difference-in-sites-available-vs-sites-enabled-vs-conf-d-directories-nginx#answer-870709)
|
||||
- [command line parameters](https://nginx.org/en/docs/switches.html)
|
||||
- `sudo nginx -t` will launch a test to evaluate config file
|
||||
|
||||
#### openssl
|
||||
- [openssl faq](https://www.openssl.org/docs/faq.html)
|
||||
|
||||
Reference in New Issue
Block a user