Просмотр исходного кода

Typo in common apache config, file actually ends with .conf

Thomas Buck 5 лет назад
Родитель
Сommit
f34c0c827f
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      roles/common/tasks/apache.yml

+ 1
- 1
roles/common/tasks/apache.yml Просмотреть файл

@@ -2,7 +2,7 @@
2 2
 # Configures the Apache HTTP server with sane defaults.
3 3
 
4 4
 - name: Disable default Apache site
5
-  command: a2dissite 000-default removes=/etc/apache2/sites-enabled/000-default
5
+  command: a2dissite 000-default removes=/etc/apache2/sites-enabled/000-default.conf
6 6
   notify: restart apache
7 7
 
8 8
 - name: Enable Apache headers module

Загрузка…
Отмена
Сохранить