]> Untitled Git - godot-builder.git/blobdiff - nginx/conf.d/godot.conf
Squashed commit of the following:
[godot-builder.git] / nginx / conf.d / godot.conf
index 3acaff1c805dff9d9341e2e73d78be42c2383f6a..2ef0e053615ccaec3616f601dee08358bb826102 100644 (file)
@@ -7,6 +7,10 @@ server {
         autoindex on;
     }
 
         autoindex on;
     }
 
+    location /hook/ {
+        proxy_pass http://hook;
+    }
+
     #------------------------------------------------
     # Adds required support for Godot 4 WebGL Support
     #------------------------------------------------
     #------------------------------------------------
     # Adds required support for Godot 4 WebGL Support
     #------------------------------------------------