Skip to content

Commit

Permalink
fix: remove file from nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Sep 17, 2024
1 parent cbf42d8 commit 7c71c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx_rock/etc/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ http {
root /var/empty/nginx;
proxy_hide_header Cache-Control;
add_header Cache-Control 'no-cache,private';
include common_headers.conf;
client_max_body_size 0;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
proxy_set_header X-Forwarded-Host $http_host;
Expand Down

0 comments on commit 7c71c7b

Please sign in to comment.