Skip to content

Commit aba178b

Browse files
committed
Merge pull request #1 from jschaul/patch-1
Update main.yml
2 parents 16a9ac8 + 8e3fb65 commit aba178b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nginx_site :
2323
name: /,
2424
type: location,
2525
try_files: "$uri $uri/ /index.html",
26-
alias: /opt/local/share/doc/
26+
root: /usr/share/nginx/www
2727
}
2828
## Use yaml
2929
location2 :
@@ -33,4 +33,4 @@ nginx_site :
3333
autoindex : "on"
3434
allow : "127.0.0.1"
3535
deny : "all"
36-
36+

0 commit comments

Comments
 (0)