We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee33a54 commit 2d5f91cCopy full SHA for 2d5f91c
web/vpsSetup/nginx/default
@@ -11,8 +11,8 @@ server
11
index index.php index.html index.htm;
12
server_name yourdomainname;
13
14
- access_log /var/log/mastervocabaccess.log;
15
- error_log /var/log/mastervocaberror.log;
+ access_log /var/log/yourdomainnamebaccess.log;
+ error_log /var/log/yourdomainnameerror.log;
16
17
18
### phpMyAdmin ###
0 commit comments