Set up openresty #502

Merged
raucao merged 27 commits from feature/501-openresty into master 2023-07-25 11:24:40 +00:00
Showing only changes of commit 7b0313fbd4 - Show all commits

View File

@ -8,7 +8,8 @@ server {
root /var/www/<%= @domain %>/site;
access_log off;
access_log <%= node['openresty']['log_dir'] %>/<%= @domain %>.access.log;
error_log <%= node['openresty']['log_dir'] %>/<%= @domain %>.error.log;
gzip_static on;
gzip_comp_level 5;