Skip to content

Commit e9797bd

Browse files
committed
Reapply "Update body-default.conf"
This reverts commit a741093.
1 parent a741093 commit e9797bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx-templates/body-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
location /lecturer-interface/ {
66
rewrite ^/lecturer-interface/(.*)$ /$1 break;
7-
proxy_pass http://$lecturer_interface;
7+
proxy_pass http://host.docker.internal:8000/lecturer-interface/;
88
}
99

1010
location /overworld/ {

0 commit comments

Comments
 (0)