nginx-ultimate-bad-bot-blocker/dev-tools/default.vhost
2021-06-21 14:38:58 +02:00

12 lines
161 B
Nginx Configuration File

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