make nginx proxy reverb
This commit is contained in:
@@ -17,4 +17,12 @@ server {
|
|||||||
fastcgi_param SERVER_NAME 127.0.0.1;
|
fastcgi_param SERVER_NAME 127.0.0.1;
|
||||||
fastcgi_param HTTPS off;
|
fastcgi_param HTTPS off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /app/ {
|
||||||
|
proxy_pass http://reverb:8080;
|
||||||
|
proxy_http_version 1.1;
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
proxy_set_header Connection "Upgrade";
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user