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

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
 
 }
 

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

only message in thread, other threads:[~2026-06-05 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 19:37 [rpms/caddy] rawhide: 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