mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Add trailing newlines
This commit is contained in:
parent
91a14cc63c
commit
c53bb112f6
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ server {
|
|||
set $upstream_port 3000;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
|
||||
location ~ (/wikijs)?/graphql {
|
||||
|
@ -50,5 +51,6 @@ server {
|
|||
set $upstream_port 3000;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue