Skip to content
Snippets Groups Projects
Commit 8fb249f5 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: hmr error

parent 12a79a4f
No related branches found
No related tags found
1 merge request!150fix: hmr error
Pipeline #98177 passed
......@@ -8,6 +8,9 @@ server {
location / {
proxy_pass https://host.docker.internal:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
location /api {
proxy_pass https://host.docker.internal:1443/api;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment