fixing cake nginx conf (missing access_log conf)

cat-town
Dan Buch 14 years ago
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…
Cancel
Save