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

3 lines
78 B
Nginx Configuration File

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