easyctf-iv-platform/filestore/default.conf
Michael Zhang 4225cc4dde
Initial.
2018-02-20 22:37:10 -06:00

9 lines
157 B
Text
Executable file

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