Skip to content

Commit

Permalink
fix: add include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Jul 19, 2024
1 parent a4d6f4a commit 9c4c761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ http {
access_log /var/log/nginx/access.log main;

server {
include /usr/share/nginx/html/headers;
listen 8080;
server_name localhost;
client_max_body_size 32m;
Expand All @@ -33,7 +34,6 @@ http {
gzip_types text/plain application/x-javascript text/xml text/css application/xml;

root /usr/share/nginx/html/academy;
include /usr/share/nginx/html/headers;
index index.html;
server_tokens off;

Expand Down

0 comments on commit 9c4c761

Please sign in to comment.