1
0
angie-conv-image/doc/examples/basic/README.md

16 lines
217 B
Markdown
Raw Permalink Normal View History

2024-09-20 01:27:15 +03:00
# simple static site
2024-11-08 14:19:36 +03:00
consult [Dockerfile](Dockerfile) or [docker-compose.yml](docker-compose.yml) - both are simple and fine enough.
---
2024-09-20 01:27:15 +03:00
configuration:
```nginx
server {
listen 8080;
}
```
2024-11-08 14:19:36 +03:00
simple as that! :)