mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-14 02:27:24 -07:00
Update pterodactylnode.subdomain.conf.sample - fix failing action check
Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
08ae51886b
commit
96e0323d82
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ server {
|
|||
set $upstream_app pterodactylnode;
|
||||
set $upstream_port 443;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port/api/servers/$serverid/ws;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue