Solved proxy cache bugs

This commit is contained in:
2025-05-08 11:45:37 +02:00
parent d5f194b2c0
commit 1d52fcec75
6 changed files with 45 additions and 32 deletions

View File

@@ -14,6 +14,8 @@ nginx:
html: "/var/www/public_html/" # Path where the static homepage files are stored
files: "/var/www/public_files/" # Path where the web accessable files are stored
global: "/var/www/global/" # Directory containing files which will be globaly accessable
cache: "/tmp/nginx_cache/" # Directory which nginx uses to cache data
cache:
general: "/tmp/cache_nginx_general/" # Directory which nginx uses to cache general data
image: "/tmp/cache_nginx_image/" # Directory which nginx uses to cache images
user: "http" # Default nginx user in ArchLinux
iframe: true # Allows applications to be loaded in iframe