Update sample config files (#48)
[akkoma] / installation / apache / akkoma-apache.conf
similarity index 87%
rename from installation/pleroma-apache.conf
rename to installation/apache/akkoma-apache.conf
index 139abe9e1fa05d72d3ce3a6476eb378a76b8e500..c9f123532296e77b24f57b18d33711500fad30d5 100644 (file)
@@ -1,14 +1,14 @@
-# Sample Apache config for Pleroma
+# Sample Apache config for Akkoma
 #
 # Simple installation instructions:
 # 1. Install your TLS certificate. We recommend using Let's Encrypt via Certbot
 # 2. Replace 'example.tld' with your instance's domain.
 # 3. This assumes a Debian-style Apache config. Copy this file to
 #    /etc/apache2/sites-available/ and then activate the site by running
-#    'a2ensite pleroma-apache.conf', then restart Apache.
+#    'a2ensite akkoma-apache.conf', then restart Apache.
 #
 # Optional: enable disk-based caching for the media proxy
-# For details, see https://git.pleroma.social/pleroma/pleroma/wikis/How%20to%20activate%20mediaproxy
+# For details, see https://docs.akkoma.dev/main/backend/configuration/howto_mediaproxy/
 #
 # 1. Create a directory as shown below for the CacheRoot and make sure
 #    the Apache user can write to it.
@@ -42,9 +42,9 @@ Define servername example.tld
 ServerName ${servername}
 ServerTokens Prod
 
-# If you want Pleroma-specific logs
-#ErrorLog /var/log/httpd-pleroma-error.log
-#CustomLog /var/log/httpd-pleroma-access.log combined
+# If you want Akkoma-specific logs
+#ErrorLog /var/log/httpd-akkoma-error.log
+#CustomLog /var/log/httpd-akkoma-access.log combined
 
 <VirtualHost *:80>
     RewriteEngine on
@@ -60,7 +60,7 @@ ServerTokens Prod
     Include /etc/letsencrypt/options-ssl-apache.conf
 
     # Uncomment the following to enable MediaProxy caching on disk
-    #CacheRoot /tmp/pleroma-media-cache/
+    #CacheRoot /tmp/akkoma-media-cache/
     #CacheDirLevels 1
     #CacheDirLength 2
     #CacheEnable disk /proxy