changed nginx root path

This commit is contained in:
2022-10-07 19:55:34 +05:00
parent b31bb3aa6b
commit dbaca1d831

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;