remove unneeded empty line.

This commit is contained in:
colawithsauce 2023-12-09 01:01:04 +08:00
parent 6d6fd9a88c
commit 42366f4a32
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ server {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Host $remote_addr;
proxy_set_header X-NginX-Proxy true;
proxy_pass http://localhost:3000/;
}
}