changed nginx root path
This commit is contained in:
parent
b31bb3aa6b
commit
dbaca1d831
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user