fix: add location directive for /explore (#12572)

pull/12613/head
kurokobo 1 year ago committed by GitHub
parent a5e24ff6d3
commit f69220ca96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,6 +24,11 @@ server {
include proxy.conf;
}
location /explore {
proxy_pass http://web:3000;
include proxy.conf;
}
location /e {
proxy_pass http://plugin_daemon:5002;
include proxy.conf;

Loading…
Cancel
Save