Add newlines to the end.

This commit is contained in:
Hyperling 2023-07-05 18:11:49 -07:00
parent dd5e30115a
commit dd8294933b
3 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -8,4 +8,4 @@ Volumes/*
logs/*
# Ignore private reverse proxy configurations.
Config/ReverseProxy/config/cond.d/*
Config/ReverseProxy/config/cond.d/*

View File

@ -28,4 +28,4 @@ server {
proxy_pass http://local_web_server:8317;
}
}
}

View File

@ -31,4 +31,3 @@ http {
include /etc/nginx/conf.d/*.conf;
}