Changes between Version 2 and Version 3 of jazz/11-09-01
- Timestamp:
- Sep 1, 2011, 8:55:48 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/11-09-01
v2 v3 23 23 }}} 24 24 * 接著連線至 http://${YOUR_IP}/fengoffice 進行設定,就可以登入了~ 25 * <調校> 放大上傳檔案的上限:編輯 /etc/php5/apache2/php.ini,把以下[http://fengoffice.com/web/wiki/doku.php/php.ini 幾個參數]放大十倍。 26 {{{ 27 max_execution_time = 300 28 post_max_size = 80M 29 upload_max_filesize = 20M 30 }}}