nginx-ultimate-bad-bot-blocker/dev-tools/default.vhost
2021-07-04 15:36:00 +02:00

12 lines
159 B
Nginx Configuration File

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