initial commit
This commit is contained in:
15
doc/examples/basic/README.md
Normal file
15
doc/examples/basic/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# simple static site
|
||||
|
||||
consult [Dockerfile](Dockerfile) or [docker-compose.yml](docker-compose.yml) - both are simple and fine enough.
|
||||
|
||||
---
|
||||
|
||||
configuration:
|
||||
|
||||
```nginx
|
||||
server {
|
||||
listen 8080;
|
||||
}
|
||||
```
|
||||
|
||||
simple as that! :)
|
Reference in New Issue
Block a user