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

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

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    Annika Backstrom (annika@xoxo.zone)'s status on Friday, 22-Aug-2025 20:02:13 JSTAnnika BackstromAnnika Backstrom

    Anyone know how I can force nginx to reply with a 410 (or some other code) for a POST request?

    I killed my Pixelfed server a while ago. I'm returning 410 from nginx:

    ```
    error_page 410 @gone;

    location @gone {
    rewrite . /410.html break;
    }

    location / {
    return 410;
    }
    ```

    GET requests return 410, but POST requests return a 405. xoxo.zone as well as many other servers don't register this as a "failure" so it's still being hit all these months later. Can I force a different reply?

    In conversationabout 2 days ago from xoxo.zonepermalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: xoxo-media.sfo2.cdn.digitaloceanspaces.com
      XOXO Zone
      A community space for attendees and speakers of the XOXO Festival, held in Portland, Oregon.
  • 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.