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
bae9ce6bb3
commit
25f83b6af2
@ -4,9 +4,11 @@ events {
|
|||||||
|
|
||||||
http {
|
http {
|
||||||
include /etc/nginx/waf_rules/*.conf; # Include WAF rules
|
include /etc/nginx/waf_rules/*.conf; # Include WAF rules
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name example.com;
|
server_name example.com;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 200 "Hello, World!";
|
return 200 "Hello, World!";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user