changed nginx root path
This commit is contained in:
@@ -14,7 +14,7 @@ server {
|
|||||||
error_log /root/logs/nginx/error.log;
|
error_log /root/logs/nginx/error.log;
|
||||||
|
|
||||||
# Path to the root of your installation
|
# Path to the root of your installation
|
||||||
root /var/www/nextcloud;
|
root /var/www/html;
|
||||||
|
|
||||||
# Prevent nginx HTTP Server Detection
|
# Prevent nginx HTTP Server Detection
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
Reference in New Issue
Block a user