mirror of https://gitlab.com/curben/blog
feat(img): reverse proxy /img/ to cdn (initial)
This commit is contained in:
parent
6a79558512
commit
7bd7df521a
|
@ -3,3 +3,4 @@
|
||||||
|
|
||||||
# Reverse proxy to cdn
|
# Reverse proxy to cdn
|
||||||
/libs/* https://cdn.statically.io/libs/:splat 200
|
/libs/* https://cdn.statically.io/libs/:splat 200
|
||||||
|
/img/* https://cdn.statically.io/img/res.cloudinary.com/:splat 200
|
||||||
|
|
Loading…
Reference in New Issue