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

fix: hmr error

parent c87ce791
No related branches found
No related tags found
2 merge requests!157Release to master,!150fix: hmr error
...@@ -7,7 +7,10 @@ server { ...@@ -7,7 +7,10 @@ server {
ssl_ciphers HIGH:!aNULL:!MD5; ssl_ciphers HIGH:!aNULL:!MD5;
location / { 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 { location /api {
proxy_pass https://host.docker.internal:1443/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