We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a741093 commit e9797bdCopy full SHA for e9797bd
1 file changed
nginx-templates/body-default.conf
@@ -4,7 +4,7 @@
4
5
location /lecturer-interface/ {
6
rewrite ^/lecturer-interface/(.*)$ /$1 break;
7
- proxy_pass http://$lecturer_interface;
+ proxy_pass http://host.docker.internal:8000/lecturer-interface/;
8
}
9
10
location /overworld/ {
0 commit comments