aboutsummaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorJeff Becker <jeff@i2p.rocks>2018-01-24 13:15:54 -0500
committerJeff Becker <jeff@i2p.rocks>2018-01-24 13:15:54 -0500
commitdffde6631d105949b62c1ff27c22fefcb873b2e8 (patch)
treef486f66ae4067ec1bc0dec7f265765b6d35a9c58 /installation
parent1e185b9301ec85cd2aaeb1faf075aaa86f733373 (diff)
parent0f722a8c223c1953c9c9fb45e73cc9ace92839e2 (diff)
downloadpleroma-dffde6631d105949b62c1ff27c22fefcb873b2e8.tar.gz
Merge remote-tracking branch 'upstream/develop' into pr-upstream-http-proxy
Diffstat (limited to 'installation')
-rw-r--r--installation/pleroma.nginx2
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;
-
}