Wpconductors
Wpconductors
listen 80;
server_name conductors.local;
root /var/www/html/iziparkweb/izipark-conductores;
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
#try_files $uri $uri/ =404;
try_files $uri $uri/ /index.php;
}