summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-10 18:21:51 +0500
committerilotterytea <iltsu@alright.party>2025-12-10 18:21:51 +0500
commit0891b1fb605a0244a3f034ebdd528b4b57fa35f2 (patch)
tree3af3ebf6be1f641b0b1fde2ebc474846673d0a11 /README.md
parent78ccc7e7db5fca5a1ff9bb63ef64b015f3afb1f3 (diff)
upd: removed INSTANCE_STATIC_FOLDER constant
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
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;
}