From 7ab486c1a9f27c225f6f04a6cf3c5bad992c5265 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Aug 20 2020 14:15:44 +0000 Subject: Remove nginx config --- diff --git a/pillar/role/documentation.sls b/pillar/role/documentation.sls index 1bb6806..8b13789 100644 --- a/pillar/role/documentation.sls +++ b/pillar/role/documentation.sls @@ -1,16 +1 @@ -include: - - role.common.nginx -nginx: - ng: - servers: - managed: - doc.opensuse.org.conf: - config: - - server: - - server_name: doc.opensuse.org - - listen: - - 80 - - location /: - - root: /srv/www/vhosts/doc.opensuse.org/ - enabled: True diff --git a/salt/role/documentation.sls b/salt/role/documentation.sls index 2e1c086..3302bec 100644 --- a/salt/role/documentation.sls +++ b/salt/role/documentation.sls @@ -1,3 +1,2 @@ include: - - profile.web.server.nginx - profile.documentation