2025-06-23 18:38:26 +02:00
|
|
|
events { }
|
|
|
|
|
http {
|
|
|
|
|
include mime.types;
|
|
|
|
|
|
2025-06-24 19:12:29 +02:00
|
|
|
resolver 8.8.8.8 8.8.4.4 1.1.1.1;
|
2025-06-23 18:38:26 +02:00
|
|
|
|
2025-06-24 19:12:29 +02:00
|
|
|
include /etc/nginx/conf.d/webserver.conf;
|
2025-06-23 18:38:26 +02:00
|
|
|
}
|