nginx cleanup

merge-requests/2/head
Matthew 2022-02-15 00:28:46 -05:00
parent 63747796ff
commit 833342b614
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ http {
include /etc/nginx/conf.d/*.conf; include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*; include /etc/nginx/sites-enabled/*;
include /etc/nginx/sites-custom/*; include /etc/nginx/sites-custom/*;
include /etc/nginx/proxy.conf/; include /etc/nginx/proxy.conf;
} }