Skip to content

Commit

Permalink
fix syntax nginx error
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Jan 23, 2025
1 parent cfa35e6 commit ad9a5a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servers.conf.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
proxy_cache_path /tmp/nginx_assistant_cache levels=1:2 keys_zone=assistant:10m max_size=1g inactive=60m use_temp_path=off;

server {
listen <%= ENV["PORT"] %>;
server_name _;

proxy_cache_path /tmp/nginx_assistant_cache levels=1:2 keys_zone=assistant:10m max_size=1g inactive=60m use_temp_path=off;

location /static/ {
expires max;
Expand Down

0 comments on commit ad9a5a3

Please sign in to comment.