Last active
April 18, 2019 08:45
-
-
Save wickywills/dbc65a5bf6222d092df78e14494408dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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