nginx-ultimate-bad-bot-blocker/.dev-tools/default.vhost
2019-06-22 16:01:12 +02:00

12 lines
163 B
Nginx Configuration File

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