added tag for php insertion in nginx.conf

This commit is contained in:
Asif Bacchus 2019-01-04 16:29:53 -07:00
parent 4baa3a1704
commit 700a55f7ed
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ http {
# set default document root for all sites
root /usr/share/nginx/html;
#<insert PHP handler here if applicable>
# logging options
log_format main '$remote_addr - $remote_user [$time_local] $request '
'$status $body_bytes_sent "$http_referer" '