mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 09:45:34 +00:00
Update nginx.conf
This commit is contained in:
parent
bae9ce6bb3
commit
25f83b6af2
@ -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!";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user