fixing cake nginx conf (missing access_log conf)
This commit is contained in:
parent
c65e0344b6
commit
c915fb92f9
@ -24,6 +24,7 @@ http {
|
||||
server {
|
||||
listen __HTTP_PORT__;
|
||||
server_name www.__HTTP_HOST__;
|
||||
access_log __ROOT__/access.log main;
|
||||
rewrite ^(.*) http://__HTTP_HOST__:__HTTP_PORT__$1 permanent;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user