Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

infrastructure:services:sondages:limesurvey:install [11/04/2021 08:39] – créée Stéphane Pailletinfrastructure:services:sondages:limesurvey:install [11/04/2021 08:40] (Version actuelle) Stéphane Paillet
Ligne 35: Ligne 35:
     try_files $uri $uri/ /index.php?r=$uri&$args;     try_files $uri $uri/ /index.php?r=$uri&$args;
          
-    #Disallow reading inside php script directory, see issue with debug > 1 on note+  # Disallow reading inside php script directory, see issue with debug > 1 on note
     location ~ ^/(application|protected|framework|themes/\w+/views) {     location ~ ^/(application|protected|framework|themes/\w+/views) {
         deny  all;         deny  all;
     }     }
          
-    #Disallow direct read user upload files+  # Disallow direct read user upload files
     location ~ ^/upload/surveys/.*/fu_[a-z0-9]*$ {     location ~ ^/upload/surveys/.*/fu_[a-z0-9]*$ {
         return 444;         return 444;
     }     }
          
-    #Disallow uploaded potential executable files in upload directory+  # Disallow uploaded potential executable files in upload directory
     location ~* /upload/.*\.(pl|cgi|py|pyc|pyo|phtml|sh|lua|php|php3|php4|php5|php6|pcgi|pcgi3|pcgi4|pcgi5|pcgi6|icn)$ {     location ~* /upload/.*\.(pl|cgi|py|pyc|pyo|phtml|sh|lua|php|php3|php4|php5|php6|pcgi|pcgi3|pcgi4|pcgi5|pcgi6|icn)$ {
         return 444;         return 444;
     }     }
          
-    #avoid processing of calls to unexisting static files by yii+  Avoid processing of calls to unexisting static files by yii
     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;
  • infrastructure/services/sondages/limesurvey/install.1618130348.txt.gz
  • Dernière modification : 11/04/2021 08:39
  • de Stéphane Paillet