摘要:
[root@web03 conf]# vim nginx.conf.default #user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/ 阅读全文
摘要:
[root@web03 conf]# cat nginx.conf #user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.lo 阅读全文
摘要:
[root@web03 nginx]# lsclient_body_temp conf fastcgi_temp html logs proxy_temp sbin scgi_temp uwsgi_temp [root@web03 nginx]# tree .|-- client_body_temp 阅读全文
摘要:
[root@web03 nginx]# ls -l|grep -v temptotal 36drwxr-xr-x 2 root root 4096 Jun 7 15:36 confdrwxr-xr-x 2 root root 4096 Jun 7 15:36 htmldrwxr-xr-x 2 roo 阅读全文
摘要:
tar xf mysql-5.5.32-linux2.6-x86_64.tar.gz mkdir /application mv mysql-5.5.32-linux2.6-x86_64 /application/mysql-5.5.32 ll /application ln -s /applica 阅读全文