经常有新手配置基于svnserve的subversion服务器后,在客户端访问subversion版本库时出现这个错误:svnserve.conf:12: Option expected为什么会出现这个错误呢,就是因为subversion读取配置文件svnserve.conf时,无法识别有前置空格的配置文件,如 ### This file controls the configuration of the svnserve daemon, if you### use it to allow ac
查看nginx 默认配置文件所在位置 >> nginx -t print --> nginx: the configuration file /etc/nginx/nginx.conf syntax is ok >> vim /etc/nginx/nginx.conf text --> include /etc/nginx/conf.d/*.conf; 这是nginx默认读取配置文件的位置 现在在后面加上我们自己的新配置文件路径 include /opt/ww