Skip to content
Snippets Groups Projects

fix: hmr error

Merged Bastien DUMONT requested to merge fix/hmr into dev
All threads resolved!
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -7,7 +7,10 @@ server {
ssl_ciphers HIGH:!aNULL:!MD5;
location / {
proxy_pass https://host.docker.internal:3000;
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;
Loading