Update indent for nginx config file

This commit is contained in:
Bruno Alla 2023-04-05 20:03:09 +01:00
parent 782cee3756
commit b881c71c73
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View File

@ -22,6 +22,6 @@ trim_trailing_whitespace = false
[Makefile]
indent_style = tab
[nginx.conf]
[default.conf]
indent_style = space
indent_size = 2

View File

@ -1,7 +1,7 @@
server {
listen 80;
server_name localhost;
location /media/ {
alias /usr/share/nginx/media/;
}
listen 80;
server_name localhost;
location /media/ {
alias /usr/share/nginx/media/;
}
}