mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 17:55:48 +00:00
Update nginx.conf
This commit is contained in:
parent
e6d095bd72
commit
744bc2669d
@ -1,10 +1,3 @@
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
include /etc/nginx/waf_rules/*.conf; # Include WAF rules
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name example.com;
|
||||
@ -13,4 +6,3 @@ http {
|
||||
return 200 "Hello, World!";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user