Added some stuff

This commit is contained in:
Guillem Hernandez Sola
2025-05-30 21:13:45 +02:00
parent c487b54fd2
commit b40e420fbf

View File

@@ -46,4 +46,4 @@
- name: Habilitar sites-enabled correspondiente
shell: |
ln -sf /etc/nginx/sites-available/{{ server_name }}.conf /etc/nginx/sites-enabled/{{ server_name }}.conf
/etc/init.d/nginx start # Crea un enlace simbólico en sites-enabled y reinicia nginx
/etc/init.d/nginx start