summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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;
}