refactor: adjust nginx config file location

This commit is contained in:
Rainer Killinger
2022-03-10 16:54:32 +01:00
parent 712f204ade
commit 20f281a544
2 changed files with 2 additions and 2 deletions

View File

@@ -22,5 +22,5 @@ http {
gzip on;
keepalive_timeout 65;
include /etc/nginx/conf.d/*;
include /etc/nginx/http.d/*;
}