Browse Source

Added newlines to recent files

master
Alexander Kozlov 9 years ago
parent
commit
03d97659d0
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      apache/files/Debian/sites-available/000-default.conf
  2. +1
    -1
      apache/manage_security.sls
  3. +1
    -1
      apache/own_default_vhost.sls
  4. +1
    -1
      pillar.example

+ 1
- 1
apache/files/Debian/sites-available/000-default.conf View File

<VirtualHost *:80> <VirtualHost *:80>
RewriteEngine on RewriteEngine on
RewriteRule ^/(.*) blah [R=503] RewriteRule ^/(.*) blah [R=503]
</VirtualHost>
</VirtualHost>

+ 1
- 1
apache/manage_security.sls View File



{% endif %} {% endif %}


{% endif %}
{% endif %}

+ 1
- 1
apache/own_default_vhost.sls View File

- watch_in: - watch_in:
- module: apache-reload - module: apache-reload


{% endif %}
{% endif %}

+ 1
- 1
pillar.example View File

RemoteIPHeader: X-Forwarded-For RemoteIPHeader: X-Forwarded-For
RemoteIPTrustedProxy: RemoteIPTrustedProxy:
- 10.0.8.0/24 - 10.0.8.0/24
- 127.0.0.1
- 127.0.0.1

Loading…
Cancel
Save