2022-07-01 16:55:58 +03:00

9 lines
81 B
Nginx Configuration File

events {}
http {
server {
listen 80;
index index.html;
}
}