that actually was just fixing the landing page...all the links were broken.
it turns out i accidentally pulled
# Load configuration files for the default server block.
include /etc/nginx/default.d/*.conf;
out of the server conf. putting it back in with the original location ~ \.php$ { fixed everything
it turns out i accidentally pulled
# Load configuration files for the default server block.
include /etc/nginx/default.d/*.conf;
out of the server conf. putting it back in with the original location ~ \.php$ { fixed everything