We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f6cb7 commit aac2fd1Copy full SHA for aac2fd1
nginx/conf.d/default.conf
@@ -2,8 +2,8 @@ server {
2
listen 80;
3
server_name "";
4
5
- #access_log /home/container/naccess.log;
6
- #error_log /home/container/nerror.log error;
+ access_log /home/container/logs/naccess.log;
+ error_log /home/container/logs/nerror.log error;
7
8
root /home/container/www;
9
index index.html index.htm index.php;
0 commit comments