💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 如何管理服务 ## Nginx: ``` service nginx {start|stop|status|restart|reload|configtest} ``` > 注:如手工更改配置文件,强烈建议 reload ## MySQL: ``` service mysqld {start|stop|restart|reload|status} ``` ## PHP: ``` service php-fpm {start|stop|restart|reload|status} ``` ## Pure-Ftpd: ``` service pureftpd {start|stop|restart|status} ``` ## Redis: ``` service redis-server {start|stop|status|restart|reload} ``` ## Memcached: ``` service memcached {start|stop|status|restart|reload} ```