apache - Why does changing default file under sites-available also changes the default under sites-enabled in nginx? -
apache - Why does changing default file under sites-available also changes the default under sites-enabled in nginx? -
so, in nginx have default file under /etc/nginx/sites-enabled /etc/nginx/sites-available. if create alter in one, reflects in other. why so? don't want know how prepare (but answering help), looking why , how gets reflected in both places.
the files in "sites-enabled" symbolic links files in "sites-available". means don't have own "content", point other files.
apache tomcat nginx proxy reverse-proxy
Comments
Post a Comment