Update pterodactylnode.subdomain.conf.sample - fix failing action check

Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Jack D 2023-05-20 01:35:42 +01:00 committed by GitHub
commit 96e0323d82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}