public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: spike <spike@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/caddy] rawhide: Use tabs for indentation instead of spaces in Caddyfile
Date: Fri, 05 Jun 2026 19:37:06 GMT	[thread overview]
Message-ID: <178068822673.1.5091477242652195164.rpms-caddy-ea5067815205@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/caddy
Branch : rawhide
Commit : ea5067815205762f90fea2c715041b604bd45b12
Author : spike <spike@fedoraproject.org>
Date   : 2026-06-05T04:59:18+02:00
Stats  : +10/-10 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/caddy/c/ea5067815205762f90fea2c715041b604bd45b12?branch=rawhide

Log:
Use tabs for indentation instead of spaces in Caddyfile

---
diff --git a/Caddyfile b/Caddyfile
index e36677f..d5f554b 100644
--- a/Caddyfile
+++ b/Caddyfile
@@ -12,20 +12,20 @@
 # https://caddyserver.com/docs/caddyfile/concepts#addresses
 http:// {
 
-    # Set this path to your site's directory.
-    root * /usr/share/caddy
+	# Set this path to your site's directory.
+	root * /usr/share/caddy
 
-    # Enable the static file server.
-    file_server
+	# Enable the static file server.
+	file_server
 
-    # Another common task is to set up a reverse proxy:
-    # reverse_proxy localhost:8080
+	# Another common task is to set up a reverse proxy:
+	# reverse_proxy localhost:8080
 
-    # Or serve a PHP site through php-fpm:
-    # php_fastcgi localhost:9000
+	# Or serve a PHP site through php-fpm:
+	# php_fastcgi localhost:9000
 
-    # Refer to the directive documentation for more options.
-    # https://caddyserver.com/docs/caddyfile/directives
+	# Refer to the directive documentation for more options.
+	# https://caddyserver.com/docs/caddyfile/directives
 
 }
 

                 reply	other threads:[~2026-06-05 19:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=178068822673.1.5091477242652195164.rpms-caddy-ea5067815205@fedoraproject.org \
    --to=spike@fedoraproject.org \
    --cc=git-commits@fedoraproject.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox