Skip to content

Instantly share code, notes, and snippets.

@wickywills
Last active April 18, 2019 08:45
Show Gist options
  • Save wickywills/dbc65a5bf6222d092df78e14494408dc to your computer and use it in GitHub Desktop.
Save wickywills/dbc65a5bf6222d092df78e14494408dc to your computer and use it in GitHub Desktop.
Locate site config file
```
apachectl -S | grep "port 443" | grep "SITE NAME"
```
View it
```
cat /etc/apache2/sites-enabled/[SITE_DOMAIN_NAME].conf
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment