This commit is contained in:
Alex Thomassen 2018-10-23 14:54:17 +02:00 committed by GitHub
parent c7baff5cba
commit 244e924c1b
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ server {
location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }
# Uncomment for PHP support (check /etc/nginx/phpfpm.conf), assumes PHP 7.2 FPM is installed.
include phpfpm.conf;
access_log /var/log/nginx/default-access.log combined;
error_log /var/log/nginx/default-error.log error;