Update nginx.conf

This commit is contained in:
fab
2025-01-07 19:07:26 +01:00
committed by GitHub
parent bae9ce6bb3
commit 25f83b6af2

View File

@@ -4,9 +4,11 @@ events {
http {
include /etc/nginx/waf_rules/*.conf; # Include WAF rules
server {
listen 80;
server_name example.com;
location / {
return 200 "Hello, World!";
}