nginx-ultimate-bad-bot-blocker/dev-tools/default.vhost
Mitchell Krog 17f99ffdc0
[GHA] Copy scripts to new dev-tools
Test generate-files.sh
2021-06-21 11:33:56 +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/;
}
}