nginx-ultimate-bad-bot-blocker/.dev-tools/test4_conf_files/default.vhost
2019-06-29 14:02:06 +02:00

9 lines
111 B
Nginx Configuration File

server {
listen *:9000;
root /var/www/html;
server_name localhost;
charset UTF-8;
index index.html;
}