Fix space

see #600
This commit is contained in:
Morris Jobke
2014-10-15 00:28:10 +02:00
parent 3dbe2fb7ce
commit 52e6faa165

View File

@@ -55,7 +55,7 @@ Nginx Configuration
location / {
# The following 2 rules are only needed with webfinger
rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
rewrite^/.well-known/host-meta.json /public.php?service=host-meta-json last;
rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json last;
rewrite ^/.well-known/carddav /remote.php/carddav/ redirect;
rewrite ^/.well-known/caldav /remote.php/caldav/ redirect;