Skip to content

Commit

Permalink
text nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent f543a38 commit c1dd4c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions helm/templates/nginx-vhostconfigs-configmap.yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@ 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.bla index.blabla;
autoindex on;
}
Expand Down

0 comments on commit c1dd4c3

Please sign in to comment.