mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Update redirect to fix SPA
This commit is contained in:
parent
e4c44f8319
commit
e798e098e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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/ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue