We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88a35f commit 6098392Copy full SHA for 6098392
1 file changed
pterodactylnode.subdomain.conf.sample
@@ -23,17 +23,6 @@ server {
23
# enable for Authentik (requires authentik-location.conf in the location block)
24
#include /config/nginx/authentik-server.conf;
25
26
- location ~ ^\/api\/servers\/(?<serverid>.*)?\/ws$ {
27
-
28
- include /config/nginx/proxy.conf;
29
- include /config/nginx/resolver.conf;
30
- set $upstream_app pterodactylnode;
31
- set $upstream_port 443;
32
- set $upstream_proto http;
33
- proxy_pass $upstream_proto://$upstream_app:$upstream_port/api/servers/$serverid/ws;
34
- proxy_set_header Upgrade $http_upgrade;
35
- proxy_set_header Connection "upgrade";
36
- }
37
38
location / {
39
# enable the next two lines for http auth
0 commit comments