You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,12 +411,14 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
411
411
port: 80
412
412
server_name: localhost
413
413
error_page: /usr/share/nginx/html
414
+
autoindex: false
414
415
web_server:
415
416
locations:
416
417
default:
417
418
location: /
418
419
html_file_location: /usr/share/nginx/html
419
420
html_file_name: index.html
421
+
autoindex: false
420
422
```
421
423
422
424
This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a localhost and installing the open source version of NGINX as a reverse proxy.
0 commit comments