From 4b553386b0678b8fbda8300581df772d7a5809b8 Mon Sep 17 00:00:00 2001 From: Yohann D'anello Date: Sun, 9 Feb 2020 16:14:47 +0100 Subject: [PATCH] Add static files to htaccess --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8027913..b46d37b 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Pour reverse-proxyfier le serveur derrière Apache, on place dans `~/www/.htacce ```apache RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ unix:/home/c/club-med/django-med/uwsgi.sock|fcgi://localhost [P,NE,QSA,L] ```