Changes between Version 2 and Version 3 of jazz/11-09-01


Ignore:
Timestamp:
Sep 1, 2011, 8:55:48 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/11-09-01

    v2 v3  
    2323}}}
    2424 * 接著連線至 http://${YOUR_IP}/fengoffice 進行設定,就可以登入了~
     25 * <調校> 放大上傳檔案的上限:編輯 /etc/php5/apache2/php.ini,把以下[http://fengoffice.com/web/wiki/doku.php/php.ini 幾個參數]放大十倍。
     26{{{
     27max_execution_time = 300
     28post_max_size = 80M
     29upload_max_filesize = 20M
     30}}}