Skip to content

Commit

Permalink
test nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent 77d53e7 commit f543a38
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion helm/templates/nginx-vhostconfigs-configmap.yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ data:
#access_log /var/log/nginx/host.access.log main;
location /examples {
root /usr/share/nginx/html;
#index index.html index.htm;
autoindex on;
}
location / {
root /usr/share/nginx/html;
index index.html index.htm;
#index index.html index.htm;
autoindex on;
}
Expand Down

0 comments on commit f543a38

Please sign in to comment.