update apache config

This commit is contained in:
Torma Kristóf 2022-04-13 19:59:31 +02:00
parent 6835593fc3
commit 3b2e727510

View File

@ -13,6 +13,15 @@
mode: 644 mode: 644
owner: root owner: root
- name: Enable ssl module
command: a2enmod ssl
- name: Enable proxy module
command: a2enmod proxy
- name: Enable proxy_http module
command: a2enmod proxy_http
- name: Enable site - name: Enable site
command: a2ensite site.conf command: a2ensite site.conf