mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 17:50:26 +00:00
Relative paths for anything located in /etc/nginx
This commit is contained in:
@@ -11,7 +11,7 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
include mime.types;
|
||||
default_type text/plain;
|
||||
|
||||
##################
|
||||
@@ -55,7 +55,7 @@ http {
|
||||
access_log /var/log/nginx/access.log main;
|
||||
error_log /var/log/nginx/error.log;
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*.conf;
|
||||
include /etc/nginx/cloudflare;
|
||||
include conf.d/*.conf;
|
||||
include sites-enabled/*.conf;
|
||||
include cloudflare;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user