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

This commit is contained in:
kurokobo 2025-01-10 16:42:32 +09:00 committed by GitHub
parent a5e24ff6d3
commit f69220ca96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;