Différences
Ci-dessous, les différences entre deux révisions de la page.
infrastructure:services:sondages:limesurvey:install [11/04/2021 08:39] – créée Stéphane Paillet | infrastructure:services:sondages:limesurvey:install [11/04/2021 08:40] (Version actuelle) – Stéphane Paillet | ||
---|---|---|---|
Ligne 35: | Ligne 35: | ||
try_files $uri $uri/ / | try_files $uri $uri/ / | ||
| | ||
- | | + | |
location ~ ^/ | location ~ ^/ | ||
deny all; | deny all; | ||
} | } | ||
| | ||
- | | + | |
location ~ ^/ | location ~ ^/ | ||
return 444; | return 444; | ||
} | } | ||
| | ||
- | | + | |
location ~* / | location ~* / | ||
return 444; | return 444; | ||
} | } | ||
| | ||
- | | + | |
location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ { | location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ { | ||
try_files $uri =404; | try_files $uri =404; |