summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a81ae18..6128375 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,11 @@ 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;
}