mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 10:09:49 +00:00
9 lines
111 B
Nginx Configuration File
9 lines
111 B
Nginx Configuration File
server {
|
|
listen *:9000;
|
|
|
|
root /var/www/html;
|
|
server_name localhost;
|
|
charset UTF-8;
|
|
index index.html;
|
|
|
|
}
|