Skip to content

Commit

Permalink
Fix wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud authored Dec 8, 2020
1 parent 144fcd4 commit 0fab64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/admin/tutorials/ansible-galaxy/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1841,8 +1841,8 @@ For this, we will use NGINX. It is possible to configure Galaxy with Apache and
> >
> > {% raw %}
> > ```diff
> > --- a/group_vars/galaxyservers.yml
> > +++ b/group_vars/galaxyservers.yml
> > --- a/templates/nginx/galaxy.j2
> > +++ b/templates/nginx/galaxy.j2
> > -listen *:443 ssl default_server;
> > +listen *:80 default_server;
> > ```
Expand Down

0 comments on commit 0fab64a

Please sign in to comment.