From 0891b1fb605a0244a3f034ebdd528b4b57fa35f2 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 10 Dec 2025 18:21:51 +0500 Subject: upd: removed INSTANCE_STATIC_FOLDER constant --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed1927e..95af72a 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,6 @@ server { root /www/tinyemotesinstance/public; index index.php; - location ~ ^/static/?(.*)$ { - root /www/tinyemotesinstance/public; - try_files /custom_static/$1 /static/$1 =404; - } - location / { try_files $uri $uri/ /index.php?$query_string; } -- cgit v1.2.3