nginx-ultimate-bad-bot-blocker/travisCI/old_scripts/default.vhost

11 lines
144 B
Nginx Configuration File

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