changed nginx root path

This commit is contained in:
Shihaam Abdul Rahman 2022-10-07 19:55:34 +05:00
parent b31bb3aa6b
commit dbaca1d831
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -14,7 +14,7 @@ server {
error_log /root/logs/nginx/error.log;
# Path to the root of your installation
root /var/www/nextcloud;
root /var/www/html;
# Prevent nginx HTTP Server Detection
server_tokens off;