unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Evgeny Pisemsky <evgeny@pisemsky.com>
To: 66906@debbugs.gnu.org
Subject: [bug#66906] Acknowledgement ([PATCH] gnu: Add monsterid.)
Date: Mon, 13 Nov 2023 11:22:45 +0300	[thread overview]
Message-ID: <87h6lqcbai.fsf@pisemsky.com> (raw)
In-Reply-To: <handler.66906.B.16989760084052.ack@debbugs.gnu.org> (GNU bug Tracking System's message of "Fri, 03 Nov 2023 01:47:01 +0000")

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

I understand that this looks like some primitive php script, but I
believe it has an artistic value, as well as historical. I tested it
manually using the attached configuration of services.

[-- Attachment #2: example.scm --]
[-- Type: application/octet-stream, Size: 358 bytes --]

(service php-fpm-service-type)
(service nginx-service-type
         (nginx-configuration
          (server-blocks
           (list
            (nginx-server-configuration
             (listen '("localhost:8888"))
             (root #~(string-append #$monsterid "/share/web/monsterid"))
             (locations
              (list (nginx-php-location))))))))

  parent reply	other threads:[~2023-11-13  8:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-03  1:45 [bug#66906] [PATCH] gnu: Add monsterid Evgeny Pisemsky
     [not found] ` <handler.66906.B.16989760084052.ack@debbugs.gnu.org>
2023-11-13  8:22   ` Evgeny Pisemsky [this message]
2023-11-15 17:29 ` bug#66906: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h6lqcbai.fsf@pisemsky.com \
    --to=evgeny@pisemsky.com \
    --cc=66906@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).