Skip to content

Commit 2d5f91c

Browse files
junedjuned
authored andcommitted
nginx changed
1 parent ee33a54 commit 2d5f91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/vpsSetup/nginx/default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ server
1111
index index.php index.html index.htm;
1212
server_name yourdomainname;
1313

14-
access_log /var/log/mastervocabaccess.log;
15-
error_log /var/log/mastervocaberror.log;
14+
access_log /var/log/yourdomainnamebaccess.log;
15+
error_log /var/log/yourdomainnameerror.log;
1616

1717

1818
### phpMyAdmin ###

0 commit comments

Comments
 (0)