[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-21 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-764525827 > Configure `location ~* /service_a/(.*)\.(png|jpg|js|css)$` in apisix, can it solve your problem? let me try ---

[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-21 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-765075804 > > Configure `location ~* /service_a/(.*)\.(png|jpg|js|css)$` in apisix, can it solve your problem? > > this is not a best way in APISIX. we can use the Route + proxy cache

[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-21 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-764525827 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-21 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-765149345 > > Configure `location ~* /service_a/(.*)\.(png|jpg|js|css)$` in apisix, can it solve your problem? > > this is not a best way in APISIX. we can use the Route + proxy cache

[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-22 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-765268928 > > > > Configure `location ~* /service_a/(.*)\.(png|jpg|js|css)$` in apisix, can it solve your problem? > > > > > > > > > this is not a best way in APISIX. we can use the

[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-22 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-765848337 @membphis @Firstsawyou This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-22 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-765876941 > The way of `/service_a/(.*)\\.(png|jpg|js|css)$` is correct, but I found that regular configuration is not supported in `uris`. bug? --

[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-25 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-766797769 > @gewei2000 @Firstsawyou here is an example, please take a look at, I think it will help you: > > ```shell > curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY

[GitHub] [apisix] gewei2000 commented on issue #3390: request help: does the proxy_cache plugin support static resource cache

2021-01-25 Thread GitBox
gewei2000 commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-766797769 > @gewei2000 @Firstsawyou here is an example, please take a look at, I think it will help you: > > ```shell > curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY