plugin really wants that file path
parent
db14da1d44
commit
fdaa875d19
2
urls.py
2
urls.py
|
@ -39,5 +39,5 @@ urlpatterns = [
|
|||
url(r'^sitemap-(?P<section>.+)\.xml$', sitemap, {'sitemaps': sitemaps},
|
||||
name='django.contrib.sitemaps.views.sitemap'),
|
||||
url(r'^\.well-known/acme-challenge/(?P<file_name>[\w\.]*)',
|
||||
static_redirect_view, {'dir': 'lencrypt'}),
|
||||
static_redirect_view, {'dir': '.well-known/acme-challenge'}),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue