From 96e0323d825ebc7e0e818118bcef1da52328c518 Mon Sep 17 00:00:00 2001 From: Jack D <77021733+GetLifty@users.noreply.github.com> Date: Sat, 20 May 2023 01:35:42 +0100 Subject: [PATCH] Update pterodactylnode.subdomain.conf.sample - fix failing action check Co-authored-by: Eric Nemchik --- pterodactylnode.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactylnode.subdomain.conf.sample b/pterodactylnode.subdomain.conf.sample index 02803f2..e75e7dc 100644 --- a/pterodactylnode.subdomain.conf.sample +++ b/pterodactylnode.subdomain.conf.sample @@ -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; } } \ No newline at end of file