Skip to content

Instantly share code, notes, and snippets.

View Ereza's full-sized avatar

Eduard Ereza Martínez Ereza

View GitHub Profile
@Xarkam
Xarkam / httpd.conf
Created August 19, 2019 21:47
Weblate apache 2 proxy reverse
<VirtualHost *:443>
ServerAdmin <ADMIN EMAIL HERE>
ServerName <SITE DNS NAME HERE>
<IfModule mod_disk_cache.c>
# "/s" is where Confluence serves "static" stuff. Instruct Apache to cache it:
CacheEnable disk /s
CacheIgnoreHeaders Set-Cookie
CacheRoot "/var/cache/apache2/mod_cache_disk"
CacheDirLevels 5