Add static files to htaccess

This commit is contained in:
Yohann D'anello 2020-02-09 16:14:47 +01:00 committed by Yohann D'ANELLO
parent 754b9632c3
commit 4b553386b0
1 changed files with 1 additions and 0 deletions

View File

@ -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]
```