nginx-ultimate-bad-bot-blocker/.deprecated/.dev-tools/default-noincludes.vhost
Mitchell Krog 019d225c23
[GHA] Deprecate Travis-CI
Closes: #419
2021-07-05 13:26:44 +02:00

9 lines
111 B
Nginx Configuration File

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