mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
4 lines
78 B
Nginx Configuration File
4 lines
78 B
Nginx Configuration File
|
|
map $uri $blogname{
|
||
|
|
~^(?P<blogpath>/[^/]+/)files/(.*) $blogpath ;
|
||
|
|
}
|