Fixed Nginx configuration on Alpine 3.14

This commit is contained in:
Alexey Pustovalov
2021-07-01 04:25:15 -04:00
parent ea6fe8fbab
commit 76edafeb24
6 changed files with 6 additions and 6 deletions

View File

@ -67,5 +67,5 @@ http {
index index.php;
server_tokens off;
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/http.d/*.conf;
}