Files
Homepage/docker/web.conf
2019-05-07 00:52:36 +01:00

9 lines
129 B
Plaintext
Executable File

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