Skip to content

Commit 96e0323

Browse files
GetLiftynemchik
andauthored
Update pterodactylnode.subdomain.conf.sample - fix failing action check
Co-authored-by: Eric Nemchik <[email protected]>
1 parent 08ae518 commit 96e0323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pterodactylnode.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ server {
5353
set $upstream_app pterodactylnode;
5454
set $upstream_port 443;
5555
set $upstream_proto http;
56-
proxy_pass $upstream_proto://$upstream_app:$upstream_port/api/servers/$serverid/ws;
56+
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
5757

5858
}
5959
}

0 commit comments

Comments
 (0)