GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Alex Gleason (alex@gleasonator.com)'s status on Sunday, 11-Jun-2023 03:09:24 JST Alex Gleason Alex Gleason
    in reply to
    • Ted B
    @tedb You should move media to a subdomain for security reasons
    In conversation Sunday, 11-Jun-2023 03:09:24 JST from gleasonator.com permalink
    • Embed this notice
      Ted B (tedb@gigaohm.bio)'s status on Sunday, 11-Jun-2023 03:09:25 JST Ted B Ted B
      in reply to
      • Ted B
      Yep too many redirects
      In conversation Sunday, 11-Jun-2023 03:09:25 JST permalink
    • Embed this notice
      Ted B (tedb@gigaohm.bio)'s status on Sunday, 11-Jun-2023 03:09:26 JST Ted B Ted B
      in reply to
      • Ted B

      Guessing it’s probably something borked in the nginx media section (although I didn’t change it and I’m using ansible to configure nginx so same config).

      location / { proxy_pass http://phoenix; } location ~ ^/(media|proxy) { proxy_cache pleroma_media_cache; slice 1m; proxy_cache_key $host$uri$is_args$args$slice_range; proxy_set_header Range $slice_range; proxy_cache_valid 200 206 301 304 1h; proxy_cache_lock on; proxy_ignore_client_abort on; proxy_buffering on; chunked_transfer_encoding on; proxy_pass http://phoenix; }

      After 3am here I need 😴

      In conversation Sunday, 11-Jun-2023 03:09:26 JST permalink

      Attachments


    • Embed this notice
      Ted B (tedb@gigaohm.bio)'s status on Sunday, 11-Jun-2023 03:09:27 JST Ted B Ted B
      in reply to
      • Ted B

      I see access logs on nginx trying over and over in a redirect loop it seems, but no error logs at the same time

      xxxxxxxx - - [10/Jun/2023:17:37:01 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:01 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:02 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:02 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:02 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:02 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:03 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:03 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:03 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:03 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0" xxxxxxxx - - [10/Jun/2023:17:37:04 +0000] "GET /media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg HTTP/2.0" 302 137 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0"
      In conversation Sunday, 11-Jun-2023 03:09:27 JST permalink
    • Embed this notice
      Ted B (tedb@gigaohm.bio)'s status on Sunday, 11-Jun-2023 03:09:28 JST Ted B Ted B
      in reply to
      • Ted B
      I was thinking maybe a DB problem? But I used the pleroma docs on a custom db dump and restore and all worked well there.
      In conversation Sunday, 11-Jun-2023 03:09:28 JST permalink
    • Embed this notice
      Ted B (tedb@gigaohm.bio)'s status on Sunday, 11-Jun-2023 03:09:29 JST Ted B Ted B
      in reply to
      • Ted B
      For example https://gigaohm.bio/media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg
      In conversation Sunday, 11-Jun-2023 03:09:29 JST permalink

      Attachments


      1. https://gigaohm.bio/media/ccf9e875-3cf3-45dd-a958-36f4ba3664a4/tedb.jpg
    • Embed this notice
      Ted B (tedb@gigaohm.bio)'s status on Sunday, 11-Jun-2023 03:09:30 JST Ted B Ted B
      @alex after I moved the server, I'm getting 302 redirects on my media (uploads) that are then not loading. Where do I start debugging that? 🙏
      In conversation Sunday, 11-Jun-2023 03:09:30 JST permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.