官术网_书友最值得收藏!

How to do it...

This recipe is for a basic Drupal configuration, with the Drupal files located in /var/www/html.

Here's the configuration to use:

server { 
    listen       80; 
    server_name  drupal.nginxcookbook.com; 
 
    access_log  /var/log/nginx/drupal.access.log  combined; 
    index index.php; 
 
    root   /var/www/html/; 
 
    location / { 
        try_files $uri $uri/ /index.php?$args; 
    } 
 
    location ~ (^|/)\. { 
        return 403; 
    } 
 
    location ~ /vendor/.*\.php$ { 
        deny all; 
        return 404; 
    } 
 
    location ~ \.php$|^/update.php { 
        fastcgi_pass unix:/var/run/php7.0-fpm.sock; 
        fastcgi_split_path_info ^(.+?\.php)(|/.*)$; 
        fastcgi_index index.php; 
        fastcgi_param SCRIPT_FILENAME 
$document_root$fastcgi_script_name; include fastcgi_params; } }
主站蜘蛛池模板: 延庆县| 临西县| 福鼎市| 抚宁县| 巴塘县| 惠水县| 夹江县| 武宁县| 松江区| 疏勒县| 丹江口市| 正蓝旗| 德保县| 扬中市| 台东市| 宜阳县| 宜兰县| 江达县| 浦东新区| 湖北省| 奉新县| 德令哈市| 鹤峰县| 祁连县| 呼伦贝尔市| 盐池县| 于田县| 吴旗县| 临安市| 枝江市| 鹤山市| 灌阳县| 宝兴县| 日土县| 阿克苏市| 炎陵县| 安远县| 木兰县| 肥乡县| 顺义区| 博白县|