Update redirect to fix SPA

This commit is contained in:
Håvar Aambø Fosstveit 2024-03-18 19:49:04 +01:00
parent e4c44f8319
commit e798e098e6

View file

@ -20,7 +20,7 @@ http {
}
location / {
return 301 https://$host$request_uri/;
return 301 https://$host$request_uri;
}
}
@ -38,7 +38,7 @@ http {
real_ip_header proxy_protocol;
location / {
proxy_pass http://edumeet-client:80/;
proxy_pass http://edumeet-client:80;
}
location /socket.io/ {