]> Untitled Git - lemmy.git/commitdiff
Fixing nginx.conf, adding nginx config update to releases.md.
authorDessalines <tyhou13@gmx.com>
Mon, 22 Jun 2020 18:48:46 +0000 (14:48 -0400)
committerDessalines <tyhou13@gmx.com>
Mon, 22 Jun 2020 18:48:46 +0000 (14:48 -0400)
RELEASES.md
ansible/templates/nginx.conf

index 3a797ab4b761463b5adcc464b27ebf05872bab60..25c30861a7dfd9dd010b03348bae22ef88218a4e 100644 (file)
@@ -13,6 +13,8 @@ wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/migra
 sudo bash migrate-pictshare-to-pictrs.bash
 ```
 
+You'll also have to update your nginx config, use the [one here](https://github.com/LemmyNet/lemmy/blob/master/ansible/templates/nginx.conf).
+
 *You'll have to log in again to pick up your avatar*
 
 Apart from that, we've closed [~90 issues!](https://github.com/LemmyNet/lemmy/milestone/16?closed=1), including:
index bdf80bc5d081a7ee5fa76dac282e51b5f552295c..b710fdb30bde9bf543afd572ccf44d1c70c10c9c 100644 (file)
@@ -78,7 +78,7 @@ server {
     # pict-rs images
     location /pictrs {
       location /pictrs/image {
-        proxy_pass http://0.0.0.0:8537/image/;
+        proxy_pass http://0.0.0.0:8537/image;
         proxy_set_header X-Real-IP $remote_addr;
         proxy_set_header Host $host;
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;