Today I went to my site (julianlmedina.com) and noticed that my styles were gone. I found out that my theme's stylesheet has been overwritten with this
```
<?php
if(isset($_POST['Submit'])){
$filedir = "";
$m...
I am trying to make a subdomain on Nginx. I understand that I have to make a new server block but even after doing that I am still unable to access it. This is a copy of my working config file without the subdomain. h...