You will learn how toremove a domain from Nginx and Cerbot (SSL) configuration files. Contents: Step 1: Specify the domain name Step 2: Remove an nginx Config from Sites-Enabled Step 3: Remove certificate for a domain Step 1: Specify the domain name ...
# See: https://bugs.debian.org/765782 # # Self signed certs generated by the ssl-cert package # Don't use them in a production server! # # include snippets/snakeoil.conf; root /var/www/html; # Add index.php to the list if you are using PHP index index.html index.htm i...
- /root/certbot_data/conf:/etc/nginx/ssl/:ro networks: - name: "{{ network_name }}" ipv4_address: "{{ ip_trader_nginx }}" - name: Check if nginx is listening ansible.builtin.wait_for: port: 443 delay: 5 timeout: 120 - name: Rabbitmq block: @@ -151,17 +165,19 @@ image...