7 lines
118 B
Bash
7 lines
118 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Clear The Old Nginx Sites
|
|
|
|
rm -f /etc/nginx/sites-enabled/*
|
|
rm -f /etc/nginx/sites-available/*
|