18 lines
345 B
Diff
18 lines
345 B
Diff
--- nginx-1.25.1/conf/nginx.conf.orig 2023-07-18 19:01:57.658604388 +0200
|
|
+++ nginx-1.25.1/conf/nginx.conf 2023-07-18 19:04:02.998927347 +0200
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#pid logs/nginx.pid;
|
|
|
|
+include modules-enabled/*.conf;
|
|
|
|
events {
|
|
worker_connections 1024;
|
|
@@ -114,4 +115,6 @@
|
|
# }
|
|
#}
|
|
|
|
+ include sites-enabled/*;
|
|
+
|
|
}
|