Files
Blog/docker/web.conf
2021-05-18 00:58:01 +01:00

8 lines
120 B
Plaintext

server {
listen 80;
location / {
root /usr/share/nginx/html;
index index.html;
}
}