diff options
Diffstat (limited to 'docker/nginx')
| -rw-r--r-- | docker/nginx/default.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
