BUG: Update NGINX to support WASM (#82)
This commit is contained in:
Родитель
77464b3a89
Коммит
2e24b3d24c
|
@ -1,9 +1,13 @@
|
|||
events { }
|
||||
http {
|
||||
include mime.types;
|
||||
types {
|
||||
application/wasm wasm;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
index index.html;
|
||||
|
||||
|
||||
location /api {
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://api-host/api;
|
||||
|
|
Загрузка…
Ссылка в новой задаче