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

12 lines
163 B
Nginx Configuration File

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