certbot/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/anothermapcase/nginx.conf

4 lines
78 B
Nginx Configuration File
Raw Permalink Normal View History

map $uri $blogname{
~^(?P<blogpath>/[^/]+/)files/(.*) $blogpath ;
}