From: sambufe Date: Thu, 28 Jun 2018 10:28:45 +0000 (+0200) Subject: blog berlin-airport-de cfg entfernt X-Git-Tag: v0.1.0~689 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=dea32884e1e9aeb7d00f3c7122417c3beb06a548;p=pixelpark%2Fhiera.git blog berlin-airport-de cfg entfernt --- diff --git a/customer/fbb-web/production.yaml b/customer/fbb-web/production.yaml index 2d31d6bd..e0d6ab37 100644 --- a/customer/fbb-web/production.yaml +++ b/customer/fbb-web/production.yaml @@ -514,330 +514,3 @@ infra::profile::nginx_php_fpm_server::location: fastcgi_buffers: '4 128k' fastcgi_pass: '127.0.0.1:9000' fastcgi_index: 'index.php' - 'favicon.ico_blog': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de - location: '/favicon.ico' - ensure: present - index_files: - - 'index.php' - location_custom_cfg: - access_log: 'off' - log_not_found: 'off' - 'robots.txt_blog': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de - location: '/robots.txt' - ensure: present - index_files: - - 'index.php' - location_custom_cfg: - access_log: 'off' - log_not_found: 'off' - allow: 'all' - 'hidden-files_blog': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de - ensure: present - index_files: - - 'index.php' - location: '~ /\.' - location_custom_cfg: - access_log: 'off' - log_not_found: 'off' - deny: 'all' - 'images_blog': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de - location: '~* "^.+\.(jpg|jpeg|gif|png|ico|)$"' - ensure: present - index_files: - - 'index.php' - location_custom_cfg: - access_log: 'off' - log_not_found: 'off' - expires: 'max' - 'files_blog': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de - location: '~* "^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$"' - ensure: present - index_files: - - 'index.php' - location_custom_cfg: - log_not_found: 'off' - expires: 'max' - 'all-files_blog': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de - location: '~ "\*$"' - ensure: present - index_files: - - 'index.php' - try_files: - - '$uri =404' - 'php-files_blog': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de - location: '~ "\.php$"' - ensure: present - index_files: - - 'index.php' - try_files: - - '$uri =404' - include: - - '/etc/nginx/fastcgi.conf' - fastcgi_param: - SCRIPT_FILENAME: '$document_root$fastcgi_script_name' - location_cfg_append: - fastcgi_read_timeout: '3600s' - fastcgi_buffer_size: '128k' - fastcgi_buffers: '4 128k' - fastcgi_pass: '127.0.0.1:9000' - fastcgi_index: 'index.php' - 'favicon.ico_blog_ssl': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de_ssl - location: '/favicon.ico' - ensure: present - index_files: - - 'index.php' - location_custom_cfg: - access_log: 'off' - log_not_found: 'off' - 'robots.txt_blog_ssl': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de_ssl - location: '/robots.txt' - ensure: present - index_files: - - 'index.php' - location_custom_cfg: - access_log: 'off' - log_not_found: 'off' - allow: 'all' - 'hidden-files_blog_ssl': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de_ssl - ensure: present - index_files: - - 'index.php' - location: '~ /\.' - location_custom_cfg: - access_log: 'off' - log_not_found: 'off' - deny: 'all' - 'images_blog_ssl': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de_ssl - location: '~* "^.+\.(jpg|jpeg|gif|png|ico|)$"' - ensure: present - index_files: - - 'index.php' - try_files: - - '$uri' - - '%uri/' - - '/index.php' - 'files_blog_ssl': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de_ssl - location: '~* "^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$"' - ensure: present - index_files: - - 'index.php' - location_custom_cfg: - access_log: 'off' - log_not_found: 'off' - expires: 'max' - 'all-files_blog_ssl': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de_ssl - location: '~ "\*$"' - ensure: present - index_files: - - 'index.php' - try_files: - - '$uri =404' - 'php-files_blog_ssl': - www_root: '/srv/www/blog-berlin-airport-de' - vhost: blog-berlin-airport-de_ssl - location: '~ "\.php$"' - ensure: present - index_files: - - 'index.php' - try_files: - - '$uri =404' - include: - - '/etc/nginx/fastcgi.conf' - fastcgi_param: - SCRIPT_FILENAME: '$document_root$fastcgi_script_name' - location_cfg_append: - fastcgi_read_timeout: '3600s' - fastcgi_buffer_size: '128k' - fastcgi_buffers: '4 128k' - fastcgi_pass: '127.0.0.1:9000' - fastcgi_index: 'index.php' - ##siehe: GRIDPARK-4137 - # 'favicon.ico_ila': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de - # location: '/favicon.ico' - # ensure: present - # index_files: - # - 'index.php' - # location_custom_cfg: - # access_log: 'off' - # log_not_found: 'off' - # 'robots.txt_ila': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de - # location: '/robots.txt' - # ensure: present - # index_files: - # - 'index.php' - # location_custom_cfg: - # access_log: 'off' - # log_not_found: 'off' - # allow: 'all' - # 'hidden-files_ila': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de - # ensure: present - # index_files: - # - 'index.php' - # location: '~ /\.' - # location_custom_cfg: - # access_log: 'off' - # log_not_found: 'off' - # deny: 'all' - # 'images_ila': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de - # location: '~* "^.+\.(jpg|jpeg|gif|png|ico|)$"' - # ensure: present - # index_files: - # - 'index.php' - # location_custom_cfg: - # access_log: 'off' - # log_not_found: 'off' - # expires: 'max' - # 'files_ila': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de - # location: '~* "^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$"' - # ensure: present - # index_files: - # - 'index.php' - # location_custom_cfg: - # log_not_found: 'off' - # expires: 'max' - # 'all-files_ila': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de - # location: '~ "\*$"' - # ensure: present - # index_files: - # - 'index.php' - # try_files: - # - '$uri =404' - # 'php-files_ila': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de - # location: '~ "\.php$"' - # ensure: present - # index_files: - # - 'index.php' - # try_files: - # - '$uri =404' - # include: - # - '/etc/nginx/fastcgi.conf' - # fastcgi_param: - # SCRIPT_FILENAME: '$document_root$fastcgi_script_name' - # location_cfg_append: - # fastcgi_read_timeout: '3600s' - # fastcgi_buffer_size: '128k' - # fastcgi_buffers: '4 128k' - # fastcgi_pass: '127.0.0.1:9000' - # fastcgi_index: 'index.php' - # 'favicon.ico_ila_ssl': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de_ssl - # location: '/favicon.ico' - # ensure: present - # index_files: - # - 'index.php' - # location_custom_cfg: - # access_log: 'off' - # log_not_found: 'off' - # 'robots.txt_ila_ssl': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de_ssl - # location: '/robots.txt' - # ensure: present - # index_files: - # - 'index.php' - # location_custom_cfg: - # access_log: 'off' - # log_not_found: 'off' - # allow: 'all' - # 'hidden-files_ila_ssl': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de_ssl - # ensure: present - # index_files: - # - 'index.php' - # location: '~ /\.' - # location_custom_cfg: - # access_log: 'off' - # log_not_found: 'off' - # deny: 'all' - # 'images_ila_ssl': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de_ssl - # location: '~* "^.+\.(jpg|jpeg|gif|png|ico|)$"' - # ensure: present - # index_files: - # - 'index.php' - # try_files: - # - '$uri' - # - '%uri/' - # - '/index.php' - # 'files_ila_ssl': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de_ssl - # location: '~* "^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$"' - # ensure: present - # index_files: - # - 'index.php' - # location_custom_cfg: - # access_log: 'off' - # log_not_found: 'off' - # expires: 'max' - # 'all-files_ila_ssl': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de_ssl - # location: '~ "\*$"' - # ensure: present - # index_files: - # - 'index.php' - # try_files: - # - '$uri =404' - # 'php-files_ila_ssl': - # www_root: '/srv/www/ila-berlin-airport-de' - # vhost: ila-berlin-airport-de_ssl - # location: '~ "\.php$"' - # ensure: present - # index_files: - # - 'index.php' - # try_files: - # - '$uri =404' - # include: - # - '/etc/nginx/fastcgi.conf' - # fastcgi_param: - # SCRIPT_FILENAME: '$document_root$fastcgi_script_name' - # location_cfg_append: - # fastcgi_read_timeout: '3600s' - # fastcgi_buffer_size: '128k' - # fastcgi_buffers: '4 128k' - # fastcgi_pass: '127.0.0.1:9000' - # fastcgi_index: 'index.php'