1 2 3 4 5 6 7
#!/bin/sh rm /etc/nginx/conf.d/default.conf mv /root/ft_services.conf /etc/nginx/conf.d/ft_services.conf nginx -g "daemon off;"