X-Git-Url: http://git.purplebirdman.com/godot-builder.git/blobdiff_plain/7689d5bfb58803b7f42e012afbfec16a3a6645fc..refs/heads/master:/nginx/conf.d/godot.conf diff --git a/nginx/conf.d/godot.conf b/nginx/conf.d/godot.conf index 3acaff1..2ef0e05 100644 --- a/nginx/conf.d/godot.conf +++ b/nginx/conf.d/godot.conf @@ -7,6 +7,10 @@ server { autoindex on; } + location /hook/ { + proxy_pass http://hook; + } + #------------------------------------------------ # Adds required support for Godot 4 WebGL Support #------------------------------------------------