From d63e3c91a97d77b202e280ab0fa007dfbe1baa46 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Sat, 21 Mar 2026 22:36:11 +0100 Subject: Add editor with webcam/upload capture, overlay compositing, and gallery feed --- docker/nginx/default.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docker/nginx') diff --git a/docker/nginx/default.conf b/docker/nginx/default.conf index 8a1bcc6..44ebf62 100644 --- a/docker/nginx/default.conf +++ b/docker/nginx/default.conf @@ -8,6 +8,10 @@ server { try_files $uri $uri/ /index.php?$query_string; } + location /uploads/ { + alias /var/www/html/uploads/; + } + location ~ \.php$ { fastcgi_pass php:9000; fastcgi_index index.php; -- cgit v1.2.3