docs: remove extra slash from nginx redirect

fixes #15
pull/27/head
Ryan Barrett 2017-10-17 10:47:24 -07:00
rodzic 3fa976a197
commit fff036b5e6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -144,7 +144,7 @@ Finally, configure your web site to redirect these URL paths to the same paths o
</li>
<li id="nginx"><em><a href="https://nginx.org/">nginx</a></em>: add this to your <code>nginx.conf</code> file, in the <code>server</code> section:<br />
<pre>rewrite ^/.well-known/(host-meta|webfinger).* https://fed.brid.gy/$request_uri redirect;</pre>
<pre>rewrite ^/.well-known/(host-meta|webfinger).* https://fed.brid.gy$request_uri redirect;</pre>
</li>
<!--