]> Untitled Git - lemmy.git/blobdiff - ansible/templates/nginx.conf
Moving docs to join.lemmy.ml . Fixes #1396 (#1410)
[lemmy.git] / ansible / templates / nginx.conf
index 84b9c665648830977465113cfb4e8c2e7c30ceea..675925a201780af567a00a740a2c59eb1f6b0105 100644 (file)
@@ -78,7 +78,7 @@ server {
     }
 
     # backend
-    location ~ ^/(api|docs|pictrs|feeds|nodeinfo|.well-known) {
+    location ~ ^/(api|pictrs|feeds|nodeinfo|.well-known) {
       proxy_pass http://0.0.0.0:{{ lemmy_port }};
       proxy_http_version 1.1;
       proxy_set_header Upgrade $http_upgrade;