public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/caddy] epel10.2: Use tabs for indentation instead of spaces in Caddyfile
@ 2026-06-24 15:32 spike
  0 siblings, 0 replies; only message in thread
From: spike @ 2026-06-24 15:32 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/caddy
            Branch : epel10.2
            Commit : 33e846b81047890b2a2de32f1de7660f0e239dc2
            Author : spike <spike@fedoraproject.org>
            Date   : 2026-06-13T02:04:10-05:00
            Stats  : +10/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/caddy/c/33e846b81047890b2a2de32f1de7660f0e239dc2?branch=epel10.2

            Log:
            Use tabs for indentation instead of spaces in Caddyfile

[skip changelog]

---
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
 
 }
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 15:32 [rpms/caddy] epel10.2: Use tabs for indentation instead of spaces in Caddyfile spike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox