Dan904 / Plutonium-EC2-Server

0 stars 0 forks source link

Nginx.conf Changes #28

Closed Dan904 closed 7 years ago

Dan904 commented 7 years ago

nginx.conf


upstream php {
            server unix:/var/run/php-fpm/php-fpm.sock;
}

fastcgi.conf

add location .php

site1.conf

uncomment out fastcgi.conf

Dan904 commented 7 years ago

Just kidding. Keep nginx.conf the same