diff options
author | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-01-14 10:57:25 +0000 |
---|---|---|
committer | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-01-14 10:57:25 +0000 |
commit | aceef36e5675253b32b0be4322b055e98a0154e7 (patch) | |
tree | bb50ff7150614da737248d69456b0d643236131c | |
parent | d49109ca17f980e118cd5ab97bc1139e3bd14402 (diff) | |
download | pleroma-aceef36e5675253b32b0be4322b055e98a0154e7.tar.gz |
Correct pleroma.nginx
-rw-r--r-- | installation/pleroma.nginx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 4e88a426d..92ed8f32e 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -34,6 +34,4 @@ server { proxy_pass http://localhost:4000; } - include snippets/well-known.conf; - } |