enabled logs

This commit is contained in:
2022-10-07 19:49:52 +05:00
parent 952512d6b4
commit 61a5243ee4
5 changed files with 11 additions and 3 deletions

View File

@ -9,6 +9,10 @@ server {
listen 80;
server_name _;
#Logs
access_log /root/logs/nginx/access.log;
error_log /root/logs/nginx/error.log;
# Path to the root of your installation
root /var/www/nextcloud;