{"commit":"290c6bfc4cbb3f85f150027fb7cf17356e4be7e0","subject":"2067 update path","message":"2067 update path\n","repos":"spryker\/demoshop,spryker\/demoshop,spryker\/demoshop,spryker\/demoshop","old_file":"config\/Shared\/ci\/circle\/zed.vhost","new_file":"config\/Shared\/ci\/circle\/zed.vhost","new_contents":"Listen 8080\n\n\n\n LoadModule php5_module \/home\/ubuntu\/.phpenv\/versions\/5.6.5\/libexec\/apache2\/libphp5.so\n\n DocumentRoot \/home\/ubuntu\/project\/public\/Zed\n ServerName zed.de.spryker.com\n\n \n SetHandler application\/x-httpd-php\n <\/FilesMatch>\n\n \n Options Indexes FollowSymLinks MultiViews\n AllowOverride All\n Order allow,deny\n allow from all\n Require all granted\n <\/Directory>\n\n<\/VirtualHost>\n","old_contents":"Listen 8080\n\n\n\n LoadModule php5_module \/home\/ubuntu\/.phpenv\/versions\/5.6.5\/libexec\/apache2\/libphp5.so\n\n DocumentRoot \/home\/ubuntu\/zed\/public\/Zed\n ServerName zed.de.spryker.com\n\n \n SetHandler application\/x-httpd-php\n <\/FilesMatch>\n\n \n Options Indexes FollowSymLinks MultiViews\n AllowOverride All\n Order allow,deny\n allow from all\n Require all granted\n <\/Directory>\n\n<\/VirtualHost>\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"7c6cf2fa27cda28b714b130c2f4b8bdc289fd865","subject":"add newline at end of file","message":"add newline at end of file\n","repos":"geometalab\/osmaxx,geometalab\/osmaxx-frontend,geometalab\/osmaxx-frontend,geometalab\/osmaxx-frontend,geometalab\/osmaxx,geometalab\/drf-utm-zone-info,geometalab\/osmaxx,geometalab\/osmaxx-frontend,geometalab\/osmaxx,geometalab\/drf-utm-zone-info","old_file":"deployment\/osmaxxProduction.vhost","new_file":"deployment\/osmaxxProduction.vhost","new_contents":"WSGIDaemonProcess osmaxx.dev python-path=\/var\/www\/eda\/environment\/:\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\nWSGIProcessGroup osmaxx.dev\n\nErrorLog \/var\/log\/apache2\/osmaxx.log\nWSGIScriptAlias \/ \/var\/www\/eda\/projects\/osmaxx\/wsgi.py\n\nAlias \"\/static\/admin\" \"\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\/django\/contrib\/admin\/static\/admin\"\nAlias \"\/static\/excerptexport\" \"\/var\/www\/eda\/projects\/excerptexport\/static\/excerptexport\"\n\n\n \n Require all granted\n <\/Files>\n<\/Directory>\n","old_contents":"WSGIDaemonProcess osmaxx.dev python-path=\/var\/www\/eda\/environment\/:\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\nWSGIProcessGroup osmaxx.dev\n\nErrorLog \/var\/log\/apache2\/osmaxx.log\nWSGIScriptAlias \/ \/var\/www\/eda\/projects\/osmaxx\/wsgi.py\n\nAlias \"\/static\/admin\" \"\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\/django\/contrib\/admin\/static\/admin\"\nAlias \"\/static\/excerptexport\" \"\/var\/www\/eda\/projects\/excerptexport\/static\/excerptexport\"\n\n\n \n Require all granted\n <\/Files>\n<\/Directory>","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"ea17f2140e0ecd1c1cf34a72fe12c6c65bd15780","subject":"update vs site","message":"update vs site\n","repos":"newbdez33\/phpstack","old_file":"images\/nginx\/xtc.vhost","new_file":"images\/nginx\/xtc.vhost","new_contents":"server {\n server_name mobile.viewspeaker.com mobile.viewspeaker.cat;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/admin\/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n\nserver {\n server_name mobile.api.viewspeaker.com mobile.api.viewspeaker.cat;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param PHP_VALUE \"upload_max_filesize = 100M \\n post_max_size=100M\";\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n\nserver {\n server_name viewspeaker.com www.viewspeaker.com;\n root \/var\/www\/vs;\n index index.html;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.html;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param PHP_VALUE \"upload_max_filesize = 100M \\n post_max_size=100M\";\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}","old_contents":"server {\n server_name mobile.viewspeaker.com mobile.viewspeaker.cat;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/admin\/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n\nserver {\n server_name mobile.api.viewspeaker.com mobile.api.viewspeaker.cat;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param PHP_VALUE \"upload_max_filesize = 100M \\n post_max_size=100M\";\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"6551a0286f0b3650749c704ade3b075cba75d640","subject":"the vhost also needs some care","message":"the vhost also needs some care\n","repos":"strycore\/djung,strycore\/djung,strycore\/djung,strycore\/djung","old_file":"config\/project_name.vhost","new_file":"config\/project_name.vhost","new_contents":"\n WSGIScriptReloading On\n WSGIDaemonProcess %PROJECT%-%ENV%\n WSGIProcessGroup %PROJECT%-%ENV%\n WSGIApplicationGroup %PROJECT%-%ENV%\n WSGIPassAuthorization On\n\n WSGIScriptAlias \/ %ROOT%\/%PROJECT%\/%PROJECT%\/wsgi.py\n\n ServerName %DOMAIN%\n ServerAlias www.%DOMAIN%\n\n \n Order Allow,Deny\n Allow from all\n <\/Location>\n\n \n SetHandler None\n <\/Location>\n Alias \/static %ROOT%\/%PROJECT%\/static\n\n \n SetHandler None\n <\/Location>\n Alias \/media %ROOT%\/%PROJECT%\/media\n\n Alias \/robots.txt %ROOT%\/%PROJECT%\/static\/robots.txt\n\n ErrorLog \/var\/log\/apache2\/%DOMAINROJECT%_error.log\n LogLevel info\n CustomLog \/var\/log\/apache2\/%DOMAIN%_access.log combined\n<\/VirtualHost>\n\n","old_contents":"\n WSGIScriptReloading On\n WSGIDaemonProcess %PROJECT%-%ENV%\n WSGIProcessGroup %PROJECT%-%ENV%\n WSGIApplicationGroup %PROJECT%-%ENV%\n WSGIPassAuthorization On\n\n WSGIScriptAlias \/ %ROOT%\/%ENV%\/%PROJECT%\/%PROJECT%\/wsgi.py\n\n ServerName %PROJECT%.%DOMAIN%\n\n \n Order Allow,Deny\n Allow from all\n <\/Location>\n\n \n SetHandler None\n <\/Location>\n Alias \/static %ROOT%\/%ENV%\/%PROJECT%\/static\n\n \n SetHandler None\n <\/Location>\n Alias \/media %ROOT%\/%ENV%\/%PROJECT%\/media\n\n ErrorLog \/var\/log\/apache2\/%PROJECT%_%ENV%_error.log\n LogLevel info\n CustomLog \/var\/log\/apache2\/%PROJECT%_%ENV%_access.log combined\n<\/VirtualHost>\n\n","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"ApacheConf"} {"commit":"b879e117963635056adf1d2029e3d4e6d44eede4","subject":"Remove .php extensions from url","message":"Remove .php extensions from url","repos":"hector-valdivia\/docker-php-mongodb-mysql-nginx","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"server {\n server_name default;\n root \/var\/www\/public;\n index main.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri.html $uri\/ @extensionless-php;\n }\n\n location @extensionless-php {\n rewrite ^(.*)$ $1.php last;\n }\n\n location \/status {\n access_log off;\n allow 172.17.0.0\/16;\n deny all;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/status;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n\n location \/ping {\n access_log off;\n allow all;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/ping;\n fastcgi_pass unix:\/Var\/run\/php5-fpm.sock;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n","old_contents":"server {\n server_name default;\n root \/var\/www\/public;\n index main.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php$is_args$args;\n }\n\n location \/status {\n access_log off;\n allow 172.17.0.0\/16;\n deny all;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/status;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n\n location \/ping {\n access_log off;\n allow all;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/ping;\n fastcgi_pass unix:\/Var\/run\/php5-fpm.sock;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"03d24d5af1354b7c85761f1003134f64f173d20f","subject":"Set default vhost expires off for assets","message":"Set default vhost expires off for assets\n","repos":"honeylex\/honeylex,honeylex\/honeylex,honeylex\/honeylex","old_file":"var\/docker\/conf\/nginx\/sites\/default.vhost","new_file":"var\/docker\/conf\/nginx\/sites\/default.vhost","new_contents":"server {\n server_name default;\n root \/var\/www\/web;\n index index.php;\n\n client_max_body_size 16M;\n fastcgi_read_timeout 60;\n\n location \/ {\n try_files $uri \/index.php$is_args$args;\n }\n\n location ~ ^\/(index|index_dev)\\.php(\/|$) {\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n\n location ~ \\.php$ {\n return 404;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires off;\n log_not_found off;\n access_log off;\n }\n}","old_contents":"server {\n server_name default;\n root \/var\/www\/web;\n index index.php;\n\n client_max_body_size 16M;\n fastcgi_read_timeout 60;\n\n location \/ {\n try_files $uri \/index.php$is_args$args;\n }\n\n location ~ ^\/(index|index_dev)\\.php(\/|$) {\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n\n location ~ \\.php$ {\n return 404;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n}","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"3c470ae21d04628cbeee46daaef428949951d625","subject":"Add DocumentRoot to apache config","message":"Add DocumentRoot to apache config\n","repos":"strycore\/djung,strycore\/djung,strycore\/djung,strycore\/djung","old_file":"config\/project_name.vhost","new_file":"config\/project_name.vhost","new_contents":"","old_contents":"","returncode":0,"stderr":"unknown","license":"bsd-3-clause","lang":"ApacheConf"} {"commit":"08df864bf9a9acfe18be4b81c4f88211efd2c2ee","subject":"nginx configuration","message":"nginx configuration\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","old_file":"travis\/nginx\/travis.vhost","new_file":"travis\/nginx\/travis.vhost","new_contents":"server {\n server_name localhost;\n root LOCAL_DIR\/web;\n\n index app_dev.php;\n\n location \/ {\n try_files $uri \/app_dev.php$is_args$args;\n }\n\n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root\/$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n}\n\n","old_contents":"server {\n server_name localhost;\n root LOCAL_DIR\/web;\n\n index app_dev.php;\n\n location \/ {\n try_files $uri \/app_dev.php$is_args$args;\n }\n\n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n}\n\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"332cc5421c3264b33d32f3fb5ebb65fa074509a4","subject":"nginx configuration","message":"nginx configuration\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","old_file":"travis\/nginx\/travis.vhost","new_file":"travis\/nginx\/travis.vhost","new_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n index app.php;\n\n location \/ {\n try_files $uri $uri\/ \/index.php?$uri&$args;\n }\n\n # static content\n location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n expires 15d;\n }\n \n location ~ \\.php($|\/) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_index app.php;\n fastcgi_pass_header Authorization;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root\/$fastcgi_script_name;\n }\n\n gzip on;\n gzip_comp_level 2;\n gzip_proxied any;\n gzip_min_length 1000;\n gzip_disable \"MSIE [1-6]\\.\"\n gzip_types text\/plain text\/css application\/json application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\n}","old_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n index app_dev.php;\n\n location \/ {\n try_files $uri \/app_dev.php$is_args$args;\n }\n\n # static content\n location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n expires 15d;\n }\n \n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n\n gzip on;\n gzip_comp_level 2;\n gzip_proxied any;\n gzip_min_length 1000;\n gzip_disable \"MSIE [1-6]\\.\"\n gzip_types text\/plain text\/css application\/json application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\n}","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"57d1f6d8ff85ed313a0de0587d42923d7aa96dd8","subject":"fix virtual root","message":"fix virtual root\n","repos":"xphere\/project-manager","old_file":"config\/devel.vhost","new_file":"config\/devel.vhost","new_contents":"#\n# This file is part of the Berny\\Project-Manager package\n#\n# (c) Berny Cantos \n#\n# For the full copyright and license information, please view the LICENSE\n# file that was distributed with this source code.\n#\n\n\n ServerName localhost.devel\n ServerAlias *.devel\n\n DocumentRoot \/var\/www\/public\n VirtualDocumentRoot \/var\/www\/public\/%-1+\n php_admin_value auto_prepend_file \/var\/www\/boot\/docroot.php\n UseCanonicalName Off\n AcceptPathInfo On\n\n # combined log for all virtual hosts\n # can be split per-vhost based on the first field\n LogFormat \"%V %h %l %u %t \\\"%r\\\" %s %b\" vcommon\n CustomLog \/var\/www\/log\/access.log vcommon\n ErrorLog \/var\/www\/log\/errors.log\n\n \n RewriteLog \/var\/www\/log\/rewrite.log\n RewriteLogLevel 1\n <\/IfModule>\n<\/VirtualHost>\n\n","old_contents":"#\n# This file is part of the Berny\\Project-Manager package\n#\n# (c) Berny Cantos \n#\n# For the full copyright and license information, please view the LICENSE\n# file that was distributed with this source code.\n#\n\n\n ServerName localhost.devel\n ServerAlias *.devel\n\n DocumentRoot \/var\/www\/public\n VirtualDocumentRoot \/var\/www\/public\/%-2+\n php_admin_value auto_prepend_file \/var\/www\/boot\/docroot.php\n\n # combined log for all virtual hosts\n # can be split per-vhost based on the first field\n LogFormat \"%V %h %l %u %t \\\"%r\\\" %s %b\" vcommon\n CustomLog \/var\/www\/log\/access.log vcommon\n ErrorLog \/var\/www\/log\/errors.log\n\n UseCanonicalName Off\n AcceptPathInfo On\n\n \n RewriteLog \/var\/www\/log\/rewrite.log\n RewriteLogLevel 1\n <\/IfModule>\n<\/VirtualHost>\n\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"ce95cbae420b99535cdc20c267ab3af809841a3e","subject":"Update example vhost file for Apache2","message":"Update example vhost file for Apache2\n","repos":"MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager","old_file":"examples\/apache2\/default.vhost","new_file":"examples\/apache2\/default.vhost","new_contents":"WSGIDaemonProcess fuzzmanager.your.domain python-path=\/path\/to\/repo\/FuzzManager\/server\nWSGIProcessGroup fuzzmanager.your.domain\nWSGIApplicationGroup %{GLOBAL}\n\n\n\tServerName fuzzmanager.your.domain\n\n\tAlias \/static\/ \/path\/to\/repo\/FuzzManager\/server\/crashmanager\/static\/\n\tAlias \/tests\/ \/path\/to\/repo\/FuzzManager\/server\/tests\/\n\n\tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py process-group=fuzzmanager.your.domain\n\tWSGIPassAuthorization On\n\n\t\n\t\tAuthType Basic\n\t\tAuthName \"LDAP Login\"\n\t\tAuthBasicProvider file ldap\n\t\tAuthUserFile \/path\/to\/.htpasswd\n\t\t# Your LDAP configuration here, including Require directives\n\n\t\t# This user is used by clients to download test cases and signatures\n\t\tRequire user fuzzmanager\n\t<\/Location>\n\n\t\n\t\tSatisfy Any\n\t\tAllow from all\n\t<\/Location>\n\n\t\n\t\tSatisfy Any\n\t\tAllow from all\n\t<\/Location>\n\t\n\t\n\t\t\n\t\t\tOrder deny,allow\n\t\t\tAllow from all\n\t\t<\/Files>\n\t<\/Directory>\n<\/VirtualHost>\n","old_contents":"WSGIPythonPath \/path\/to\/repo\/FuzzManager\/server\n\n\tServerName fuzzmanager.your.domain\n\n\tAlias \/static\/ \/path\/to\/repo\/FuzzManager\/server\/crashmanager\/static\/\n\tAlias \/tests\/ \/path\/to\/repo\/FuzzManager\/server\/tests\/\n\n\tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py\n\tWSGIPassAuthorization On\n\n\t\n\t\tAuthType Basic\n\t\tAuthName \"LDAP Login\"\n\t\tAuthBasicProvider file ldap\n\t\tAuthUserFile \/path\/to\/.htpasswd\n\t\t# Your LDAP configuration here, including Require directives\n\n\t\t# This user is used by clients to download test cases and signatures\n\t\tRequire user fuzzmanager\n\t<\/Location>\n\n\t\n\t\tSatisfy Any\n\t\tAllow from all\n\t<\/Location>\n\t\n\t\n\t\t\n\t\t\tOrder deny,allow\n\t\t\tAllow from all\n\t\t<\/Files>\n\t<\/Directory>\n<\/VirtualHost>\n","returncode":0,"stderr":"","license":"mpl-2.0","lang":"ApacheConf"} {"commit":"7248f0fcc6dceef69df96c0e7279953f243f289d","subject":"travis script","message":"travis script\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","old_file":"travis\/nginx\/travis.vhost","new_file":"travis\/nginx\/travis.vhost","new_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n location \/ {\n # try to serve file directly, fallback to app.php\n try_files $uri \/app.php$is_args$args;\n }\n # DEV\n # This rule should only be placed on your development environment\n # In production, don't include this and don't deploy app_dev.php or config.php\n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n # PROD\n location ~ ^\/app_dev\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n # Prevents URIs that include the front controller. This will 404:\n # http:\/\/domain.tld\/app.php\/some-path\n # Remove the internal directive to allow URIs like this\n internal;\n }\n error_log \/var\/log\/nginx\/project_error.log;\n access_log \/var\/log\/nginx\/project_access.log;\n}","old_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n index app.php;\n\n location \/ {\n try_files $uri $uri\/ \/index.php?$uri&$args;\n }\n\n # static content\n location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n expires 15d;\n }\n \n location ~ \\.php($|\/) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_index app.php;\n fastcgi_pass_header Authorization;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root\/$fastcgi_script_name;\n }\n\n gzip on;\n gzip_comp_level 2;\n gzip_proxied any;\n gzip_min_length 1000;\n gzip_disable \"MSIE [1-6]\\.\"\n gzip_types text\/plain text\/css application\/json application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\n}","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"80105348f5cf99c72b0856d1af27dabae7cb9ac7","subject":"behat and Selenium (Under development)","message":"behat and Selenium (Under development)\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","old_file":"travis\/nginx\/travis.vhost","new_file":"travis\/nginx\/travis.vhost","new_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n location \/ {\n # try to serve file directly, fallback to rewrite\n try_files $uri @rewriteapp;\n }\n\n # static content\n location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n expires 15d;\n }\n\n location @rewriteapp {\n # rewrite all to app_dev.php\n rewrite ^(.*)$ \/app_dev.php\/$1 last;\n }\n\n location ~ ^\/(app|app_dev)\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n\n error_log \/var\/log\/nginx\/project_error.log;\n access_log \/var\/log\/nginx\/project_access.log;\n}\n","old_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n location \/ {\n # try to serve file directly, fallback to rewrite\n try_files $uri @rewriteapp;\n }\n\n location @rewriteapp {\n # rewrite all to app_dev.php\n rewrite ^(.*)$ \/app_dev.php\/$1 last;\n }\n\n location ~ ^\/(app|app_dev)\\.php(\/|$) {\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n\n error_log \/var\/log\/nginx\/project_error.log;\n access_log \/var\/log\/nginx\/project_access.log;\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"8bebd2a290732cc173f95796d9f076264c887bd8","subject":"set the app as the default server","message":"set the app as the default server\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","old_file":"nginx\/api.gouv.vhost","new_file":"nginx\/api.gouv.vhost","new_contents":"server {\n listen 80 default_server;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^particulier(-dev|-test|-local|)\\.api\\.gouv\\.fr$ default;\n\n\n location \/docs {\n root \/var\/www;\n add_header 'Access-Control-Allow-Origin' '*';\n }\n\n location \/status {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n root \/var\/www;\n }\n\n}\n","old_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^particulier(-dev|-test|-local|)\\.api\\.gouv\\.fr$ default;\n\n\n location \/docs {\n root \/var\/www;\n add_header 'Access-Control-Allow-Origin' '*';\n }\n\n location \/status {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n root \/var\/www;\n }\n\n}\n","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"952bea7ad935d8087c1838e29c120b3e6fc6a1b7","subject":"damette","message":"damette\n","repos":"strycore\/djung,strycore\/djung,strycore\/djung,strycore\/djung","old_file":"config\/project_name.vhost","new_file":"config\/project_name.vhost","new_contents":"\n WSGIScriptReloading On\n WSGIDaemonProcess %PROJECT%-%ENV%\n WSGIProcessGroup %PROJECT%-%ENV%\n WSGIApplicationGroup %PROJECT%-%ENV%\n WSGIPassAuthorization On\n\n WSGIScriptAlias \/ %ROOT%\/%PROJECT%\/%PROJECT%\/wsgi.py\n\n ServerName %DOMAIN%\n ServerAlias www.%DOMAIN%\n\n \n Order Allow,Deny\n Allow from all\n <\/Location>\n\n \n SetHandler None\n <\/Location>\n Alias \/static %ROOT%\/%PROJECT%\/static\n\n \n SetHandler None\n <\/Location>\n Alias \/media %ROOT%\/%PROJECT%\/media\n\n Alias \/robots.txt %ROOT%\/%PROJECT%\/static\/robots.txt\n\n ErrorLog \/var\/log\/apache2\/%DOMAIN%_error.log\n LogLevel info\n CustomLog \/var\/log\/apache2\/%DOMAIN%_access.log combined\n<\/VirtualHost>\n\n","old_contents":"\n WSGIScriptReloading On\n WSGIDaemonProcess %PROJECT%-%ENV%\n WSGIProcessGroup %PROJECT%-%ENV%\n WSGIApplicationGroup %PROJECT%-%ENV%\n WSGIPassAuthorization On\n\n WSGIScriptAlias \/ %ROOT%\/%PROJECT%\/%PROJECT%\/wsgi.py\n\n ServerName %DOMAIN%\n ServerAlias www.%DOMAIN%\n\n \n Order Allow,Deny\n Allow from all\n <\/Location>\n\n \n SetHandler None\n <\/Location>\n Alias \/static %ROOT%\/%PROJECT%\/static\n\n \n SetHandler None\n <\/Location>\n Alias \/media %ROOT%\/%PROJECT%\/media\n\n Alias \/robots.txt %ROOT%\/%PROJECT%\/static\/robots.txt\n\n ErrorLog \/var\/log\/apache2\/%DOMAINROJECT%_error.log\n LogLevel info\n CustomLog \/var\/log\/apache2\/%DOMAIN%_access.log combined\n<\/VirtualHost>\n\n","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"ApacheConf"} {"commit":"5d06fb4ae01ac901aeda2a8ad390475586361819","subject":"Improved location blocks for nginx configs, including fix for url params breaking in views ajax and batch api","message":"Improved location blocks for nginx configs, including fix for url params breaking in views ajax and batch api\n","repos":"ctestama\/docker_drupalstack,ctestama\/sweetstack,ctestama\/phpstack,ctestama\/docker_drupalstack,ctestama\/sweetstack,ctestama\/phpstack","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"server {\n server_name default;\n root \/var\/www\/default;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location ~ \\.php$ {\n fastcgi_index index.php;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n #try_files $uri $uri\/ index.php \/index.php$is_args$args;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_pass unix:\/var\/run\/php\/php7.0-fpm.sock;\n #fastcgi_pass 127.0.0.1:9000;\n fastcgi_read_timeout 600;\n fastcgi_param SCRIPT_FILENAME $request_filename;\n fastcgi_param APP_ENV dev;\n }\n\n location \/ {\n index index.html index.htm index.php;\n try_files $uri @rewrite;\n error_page 405 = $uri;\n\n }\n\n location @rewrite {\n rewrite ^ \/index.php;\n }\n \n}\n\n\n","old_contents":"server {\n server_name default;\n root \/var\/www\/default;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.(hh|php) {\n proxy_intercept_errors on;\n\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php\/php7.0-fpm.sock;\n #fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n }\n \n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"937572ad9b31f87565bde5a462ce094ee3416323","subject":"nginx configuration","message":"nginx configuration\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","old_file":"travis\/nginx\/travis.vhost","new_file":"travis\/nginx\/travis.vhost","new_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n index app.php;\n\n location \/ {\n # try to serve file directly, fallback to app.php\n try_files $uri \/app.php$is_args$args;\n }\n\n # static content\n location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n expires 15d;\n }\n\n # PROD\n location ~ ^\/app\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n internal;\n }\n\n error_log \/var\/log\/nginx\/project_error.log;\n access_log \/var\/log\/nginx\/project_access.log;\n\n gzip on;\n gzip_comp_level 2;\n gzip_proxied any;\n gzip_min_length 1000;\n gzip_disable \"MSIE [1-6]\\.\"\n gzip_types text\/plain text\/css application\/json application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\n}","old_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n location \/ {\n # try to serve file directly, fallback to app.php\n try_files $uri \/app.php$is_args$args;\n }\n # DEV\n # This rule should only be placed on your development environment\n # In production, don't include this and don't deploy app_dev.php or config.php\n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n # PROD\n location ~ ^\/app_dev\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n # Prevents URIs that include the front controller. This will 404:\n # http:\/\/domain.tld\/app.php\/some-path\n # Remove the internal directive to allow URIs like this\n internal;\n }\n error_log \/var\/log\/nginx\/project_error.log;\n access_log \/var\/log\/nginx\/project_access.log;\n}","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"8df7c8359ed3d94d6baf96e1a5867398f2425264","subject":"Bugfix: Fix alias for apache to server static files. Fixes #3","message":"Bugfix: Fix alias for apache to server static files. Fixes #3\n","repos":"geometalab\/drf-utm-zone-info,geometalab\/osmaxx-frontend,geometalab\/osmaxx,geometalab\/osmaxx,geometalab\/osmaxx,geometalab\/osmaxx-frontend,geometalab\/osmaxx,geometalab\/osmaxx-frontend,geometalab\/drf-utm-zone-info,geometalab\/osmaxx-frontend","old_file":"developmentEnvironment\/osmaxx.vhost","new_file":"developmentEnvironment\/osmaxx.vhost","new_contents":"WSGIDaemonProcess osmaxx.dev python-path=\/var\/www\/eda\/environment\/:\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\nWSGIProcessGroup osmaxx.dev\n\nErrorLog \/var\/log\/apache2\/osmaxx.log\nWSGIScriptAlias \/ \/var\/www\/eda\/projects\/osmaxx\/wsgi.py\n\nAlias \"\/static\/admin\" \"\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\/django\/contrib\/admin\/static\/admin\"\nAlias \"\/static\/excerptexport\" \"\/var\/www\/eda\/projects\/excerptexport\/static\/excerptexport\"\n\n\n \n Require all granted\n <\/Files>\n<\/Directory>","old_contents":"WSGIDaemonProcess osmaxx.dev python-path=\/var\/www\/eda\/environment\/:\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\nWSGIProcessGroup osmaxx.dev\n\nErrorLog \/var\/log\/apache2\/osmaxx.log\nWSGIScriptAlias \/ \/var\/www\/eda\/projects\/osmaxx\/wsgi.py\n\nAlias \"\/static\/admin\" \"\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\/django\/contrib\/admin\/static\/admin\"\nAlias \/resources\/ \/var\/www\/eda\/projects\/resources\/public\/\n\n\n \n Require all granted\n <\/Files>\n<\/Directory>","returncode":0,"stderr":"","license":"isc","lang":"ApacheConf"} {"commit":"3006d63bfc74417280f421ecf962ff982cada01c","subject":"Update default.vhost","message":"Update default.vhost\n\n","repos":"hector-valdivia\/docker-php-mongodb-mysql-nginx","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"","old_contents":"","returncode":0,"stderr":"unknown","license":"mit","lang":"ApacheConf"} {"commit":"0c631635d8913470f58b9f01f51dcf3c5f0e7b92","subject":"mod nginx config","message":"mod nginx config\n","repos":"yazashin\/php-dockerized","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"server {\n server_name default;\n root \/var\/www\/app\/public;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php$is_args$args;\n }\n\n # location ~ ^\/macaron((\/)?(.+))?$ {\n # root \/var\/www\/app\/public;\n # try_files $1 \/macaron\/index.php?$query_string;\n #\n # location ~ \\.php$ {\n # include fastcgi_params;\n # #try_files $uri = 404;\n # include fastcgi_params;\n # fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n # fastcgi_param PATHINFO $fastcgi_path_info;\n # fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;\n # fastcgi_split_path_info ^(.+\u00a5.php)(\/.+)$;\n # fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n # fastcgi_index index.php;\n # }\n # }\n\n location ~ \\.php$ {\n include fastcgi_params;\n #try_files $uri = 404;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param PATHINFO $fastcgi_path_info;\n fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;\n fastcgi_split_path_info ^(.+\u00a5.php)(\/.+)$;\n fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n fastcgi_index index.php;\n }\n\n\n location \/status {\n access_log off;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/status;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n\n}\n","old_contents":"server {\n server_name default;\n root \/var\/www\/macaron\/public;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php$is_args$args;\n }\n\n location \/status {\n access_log off;\n allow 192.168.99.0\/16;\n deny all;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/status;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n\n location \/ping {\n access_log off;\n allow all;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/ping;\n fastcgi_pass unix:\/Var\/run\/php5-fpm.sock;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n # fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"aa1113cbb2e7c9f6939dad4359591307c3cde692","subject":"nginx configuration","message":"nginx configuration\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","old_file":"travis\/nginx\/travis.vhost","new_file":"travis\/nginx\/travis.vhost","new_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n index app_dev.php;\n\n location \/ {\n try_files $uri \/app_dev.php$is_args$args;\n }\n\n # static content\n location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n expires 15d;\n }\n \n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n\n gzip on;\n gzip_comp_level 2;\n gzip_proxied any;\n gzip_min_length 1000;\n gzip_disable \"MSIE [1-6]\\.\"\n gzip_types text\/plain text\/css application\/json application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\n}","old_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n location \/ {\n # try to serve file directly, fallback to app.php\n try_files $uri \/app.php$is_args$args;\n }\n # DEV\n # This rule should only be placed on your development environment\n # In production, don't include this and don't deploy app_dev.php or config.php\n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n # PROD\n location ~ ^\/app\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n # Prevents URIs that include the front controller. This will 404:\n # http:\/\/domain.tld\/app.php\/some-path\n # Remove the internal directive to allow URIs like this\n internal;\n }\n\n error_log \/var\/log\/nginx\/project_error.log;\n access_log \/var\/log\/nginx\/project_access.log;\n}","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"119205e6c7c81b6bd6603302df74255d45a6490f","subject":"Signatures (#323)","message":"Signatures (#323)\n\n* Update example default.vhost\r\n* The default.vhost file misses two aliases that allow downloading signatures.zip","repos":"MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager","old_file":"examples\/apache2\/default.vhost","new_file":"examples\/apache2\/default.vhost","new_contents":"WSGIDaemonProcess fuzzmanager.your.domain python-path=\/path\/to\/repo\/FuzzManager\/server\nWSGIProcessGroup fuzzmanager.your.domain\nWSGIApplicationGroup %{GLOBAL}\n\n\n\tServerName fuzzmanager.your.domain\n\n\tAlias \/static\/ \/path\/to\/repo\/FuzzManager\/server\/crashmanager\/static\/\n\tAlias \/tests\/ \/path\/to\/repo\/FuzzManager\/server\/tests\/\n Alias \/crashmanager\/tests\/ \/path\/to\/FuzzManager\/server\/tests\/\n Alias \/crashmanager\/files\/ \/path\/to\/FuzzManager\/server\/files\/\n\n\tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py process-group=fuzzmanager.your.domain\n\tWSGIPassAuthorization On\n\n\t\n\t\tAuthType Basic\n\t\tAuthName \"LDAP Login\"\n\t\tAuthBasicProvider file ldap\n\t\tAuthUserFile \/path\/to\/.htpasswd\n\t\t# Your LDAP configuration here, including Require directives\n\n\t\t# This user is used by clients to download test cases and signatures\n\t\tRequire user fuzzmanager\n\t<\/Location>\n\n\t\n\t\tSatisfy Any\n\t\tAllow from all\n\t<\/Location>\n\n\t\n\t\tSatisfy Any\n\t\tAllow from all\n\t<\/Location>\n\t\n\t\n\t\t\n\t\t\tOrder deny,allow\n\t\t\tAllow from all\n\t\t<\/Files>\n\t<\/Directory>\n<\/VirtualHost>\n","old_contents":"WSGIDaemonProcess fuzzmanager.your.domain python-path=\/path\/to\/repo\/FuzzManager\/server\nWSGIProcessGroup fuzzmanager.your.domain\nWSGIApplicationGroup %{GLOBAL}\n\n\n\tServerName fuzzmanager.your.domain\n\n\tAlias \/static\/ \/path\/to\/repo\/FuzzManager\/server\/crashmanager\/static\/\n\tAlias \/tests\/ \/path\/to\/repo\/FuzzManager\/server\/tests\/\n\n\tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py process-group=fuzzmanager.your.domain\n\tWSGIPassAuthorization On\n\n\t\n\t\tAuthType Basic\n\t\tAuthName \"LDAP Login\"\n\t\tAuthBasicProvider file ldap\n\t\tAuthUserFile \/path\/to\/.htpasswd\n\t\t# Your LDAP configuration here, including Require directives\n\n\t\t# This user is used by clients to download test cases and signatures\n\t\tRequire user fuzzmanager\n\t<\/Location>\n\n\t\n\t\tSatisfy Any\n\t\tAllow from all\n\t<\/Location>\n\n\t\n\t\tSatisfy Any\n\t\tAllow from all\n\t<\/Location>\n\t\n\t\n\t\t\n\t\t\tOrder deny,allow\n\t\t\tAllow from all\n\t\t<\/Files>\n\t<\/Directory>\n<\/VirtualHost>\n","returncode":0,"stderr":"","license":"mpl-2.0","lang":"ApacheConf"} {"commit":"8ca9557147d347c3539bc61a012f714b8758cb40","subject":"updated default vhost for php 7","message":"updated default vhost for php 7\n","repos":"ctestama\/docker_drupalstack,ctestama\/sweetstack,ctestama\/docker_drupalstack,ctestama\/phpstack,ctestama\/sweetstack,ctestama\/phpstack","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"server {\n server_name default;\n root \/var\/www\/default;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.(hh|php) {\n proxy_intercept_errors on;\n\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php\/php7.0-fpm.sock;\n #fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n }\n \n}\n","old_contents":"server {\n server_name default;\n root \/var\/www\/default;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.(hh|php) {\n proxy_intercept_errors on;\n error_page 502 = @fpm;\n\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n #fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n }\n\n location @fpm {\n try_files $uri \/index.php;\n include fastcgi_params;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_index index.php;\n }\n \n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"4363c195b4b7b04285dc713eb59ae5231dab24d2","subject":"*.gouv.fr site can access the swagger documentation","message":"*.gouv.fr site can access the swagger documentation\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","old_file":"nginx\/apiparticulier.vhost","new_file":"nginx\/apiparticulier.vhost","new_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^apiparticulier(-dev|-test|-local|)\\.sgmap\\.fr$ default;\n\n\n location \/docs {\n root \/var\/www;\n add_header 'Access-Control-Allow-Origin' '*.gouv.fr';\n }\n\n location \/status {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n root \/var\/www;\n }\n\n}\n","old_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^apiparticulier(-dev|-test|-local|)\\.sgmap\\.fr$ default;\n\n\n location \/docs {\n root \/var\/www;\n }\n\n location \/status {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n root \/var\/www;\n }\n\n}\n","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"1236d98eb69537c4c7b54f052cf7230da7849333","subject":"Delete mataharimall.vhost","message":"Delete mataharimall.vhost\n\nremove another vhost","repos":"mfalfaruqi\/docker-cf","old_file":"sites\/mataharimall.vhost","new_file":"sites\/mataharimall.vhost","new_contents":"","old_contents":"server {\n server_name mataharimall.dev alias www.mataharimall.dev;\n root \/html\/cf-desktop\/public;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/app_dev.php$is_args$args;\n }\n\n location \/status {\n access_log off;\n allow 172.17.0.0\/16;\n deny all;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/status;\n fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n }\n\n location \/ping {\n access_log off;\n allow all;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/ping;\n fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n #include fastcgi_params;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_index app_dev.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"837b1ec139f990f12bd7d15c952c1d82427aae3f","subject":"default vhost updated","message":"default vhost updated\n","repos":"ctestama\/docker_drupalstack,ctestama\/phpstack,ctestama\/phpstack,ctestama\/sweetstack,ctestama\/sweetstack,ctestama\/docker_drupalstack","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"server {\n\n listen *:80;\n\n server_name default;\n\n root \/var\/www\/default;\n index index.php;\n\n location ~ \\.php$ {\n\n fastcgi_index index.php;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n #try_files $uri $uri\/ index.php \/index.php$is_args$args;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_pass unix:\/var\/run\/php\/php7.0-fpm.sock;\n #fastcgi_pass 127.0.0.1:9000;\n fastcgi_read_timeout 600;\n fastcgi_param SCRIPT_FILENAME $request_filename;\n fastcgi_param APP_ENV dev;\n }\n\n location \/ {\n index index.html index.htm index.php;\n try_files $uri @rewrite;\n error_page 405 = $uri;\n \n }\n\n location @rewrite {\n rewrite ^ \/index.php;\n }\n\n\n sendfile off;\n \n}\n","old_contents":"server {\n server_name default;\n root \/var\/www\/default;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.(hh|php) {\n proxy_intercept_errors on;\n\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php\/php7.0-fpm.sock;\n #fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n }\n \n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"a1bb3fb2848d10dbaf68b5d531e0836813a5c110","subject":"Delete cf2.vhost","message":"Delete cf2.vhost\n\nremove another vhost","repos":"mfalfaruqi\/docker-cf","old_file":"sites\/cf2.vhost","new_file":"sites\/cf2.vhost","new_contents":"","old_contents":"server {\n server_name cf2.dev;\n root \/html\/cf2;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/app_dev.php$is_args$args;\n }\n\n location \/status {\n access_log off;\n allow 172.17.0.0\/16;\n deny all;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/status;\n fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n }\n\n location \/ping {\n access_log off;\n allow all;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/ping;\n fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n #include fastcgi_params;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_index app_dev.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"27e0ac67b0e2fb336f9ef640b7c4640df8ba482b","subject":"Update default.vhost","message":"Update default.vhost","repos":"hector-valdivia\/docker-php-mongodb-mysql-nginx","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"server {\n server_name keya;\n root \/var\/www\/public;\n index main.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri.html $uri\/ @extensionless-php;\n }\n\n location @extensionless-php {\n rewrite ^(.*)$ $1.php last;\n }\n\n location \/status {\n access_log off;\n allow 172.17.0.0\/16;\n deny all;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/status;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n\n location \/ping {\n access_log off;\n allow all;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/ping;\n fastcgi_pass unix:\/Var\/run\/php5-fpm.sock;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n","old_contents":"server {\n server_name default;\n root \/var\/www\/public;\n index main.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri.html $uri\/ @extensionless-php;\n }\n\n location @extensionless-php {\n rewrite ^(.*)$ $1.php last;\n }\n\n location \/status {\n access_log off;\n allow 172.17.0.0\/16;\n deny all;\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/status;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n\n location \/ping {\n access_log off;\n allow all;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME \/ping;\n fastcgi_pass unix:\/Var\/run\/php5-fpm.sock;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"c04f44b5f5b104d49bbecc94bed2e08732484cd0","subject":"behat and Selenium (Under development)","message":"behat and Selenium (Under development)\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","old_file":"travis\/nginx\/travis.vhost","new_file":"travis\/nginx\/travis.vhost","new_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n location \/ {\n # try to serve file directly, fallback to app.php\n try_files $uri \/app.php$is_args$args;\n }\n # DEV\n # This rule should only be placed on your development environment\n # In production, don't include this and don't deploy app_dev.php or config.php\n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n # PROD\n location ~ ^\/app\\.php(\/|$) {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n # Prevents URIs that include the front controller. This will 404:\n # http:\/\/domain.tld\/app.php\/some-path\n # Remove the internal directive to allow URIs like this\n internal;\n }\n\n error_log \/var\/log\/nginx\/project_error.log;\n access_log \/var\/log\/nginx\/project_access.log;\n}","old_contents":"server {\n listen 80;\n server_name localhost;\n root LOCAL_DIR\/web;\n\n location \/ {\n # try to serve file directly, fallback to app.php\n try_files $uri \/app.php$is_args$args;\n }\n # DEV\n # This rule should only be placed on your development environment\n # In production, don't include this and don't deploy app_dev.php or config.php\n location ~ ^\/(app_dev|config)\\.php(\/|$) {\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n # PROD\n location ~ ^\/app\\.php(\/|$) {\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n # Prevents URIs that include the front controller. This will 404:\n # http:\/\/domain.tld\/app.php\/some-path\n # Remove the internal directive to allow URIs like this\n internal;\n }\n\n error_log \/var\/log\/nginx\/project_error.log;\n access_log \/var\/log\/nginx\/project_access.log;\n}","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"e7f3b55c8cfa0f43011773a090bb9795cbaf3e05","subject":"add regex to tolerate all env","message":"add regex to tolerate all env\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","old_file":"nginx\/apiparticulier.vhost","new_file":"nginx\/apiparticulier.vhost","new_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^apiparticulier(-dev|-test|-local|)\\.sgmap\\.fr$ default;\n\n\n location \/docs {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n rewrite \/tech(.*) \/$1 break;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/tech:4567;\n }\n\n}\n","old_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name apiparticulier.sgmap.fr default;\n\n\n location \/docs {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n rewrite \/tech(.*) \/$1 break;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/tech:4567;\n }\n\n}\n","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"202f2c7e12579e850b048ad9ccaff68bc1700b95","subject":"add url rewritting for tech redirect","message":"add url rewritting for tech redirect\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","old_file":"nginx\/apiparticulier.vhost","new_file":"nginx\/apiparticulier.vhost","new_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name apiparticulier.sgmap.fr default;\n\n\n location \/docs {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n rewrite \/tech(.*) \/$1 break;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/tech:4567;\n }\n\n}\n","old_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name apiparticulier.sgmap.fr default;\n\n\n location \/docs {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/tech:4567;\n\n }\n\n}\n","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"56f41e883bc46d05ecb71bec97e2fea738897d0d","subject":"redirect to the correct environment","message":"redirect to the correct environment\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","old_file":"nginx\/sgmap.vhost","new_file":"nginx\/sgmap.vhost","new_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^apiparticulier(?-dev|-test|-local|)\\.sgmap\\.fr$;\n\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/ {\n return 301 $scheme:\/\/particulier$env.api.gouv.fr$request_uri;\n }\n}\n","old_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^apiparticulier(-dev|-test|-local|)\\.sgmap\\.fr$;\n\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/ {\n return 301 $scheme:\/\/particulier.api.gouv.fr$request_uri;\n }\n}\n","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"ef422488a438302b5959cd3e97edb6f393a0085c","subject":"Fix vhost","message":"Fix vhost\n","repos":"honeylex\/honeylex,honeylex\/honeylex,honeylex\/honeylex","old_file":"var\/docker\/conf\/nginx\/sites\/default.vhost","new_file":"var\/docker\/conf\/nginx\/sites\/default.vhost","new_contents":"server {\n server_name default;\n root \/var\/www\/web;\n index index.php;\n\n client_max_body_size 16M;\n fastcgi_read_timeout 60;\n\n location \/ {\n try_files $uri \/index.php$is_args$args;\n }\n\n location ~ ^\/(index|index_dev)\\.php(\/|$) {\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param HTTPS off;\n }\n\n location ~ \\.php$ {\n return 404;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n}","old_contents":"server {\n server_name default;\n root \/var\/www\/web;\n index index.php;\n\n client_max_body_size 16M;\n fastcgi_read_timeout 60;\n\n location @rewrite {\n rewrite ^\/([^?]*)$ \/index.php?\/$1 last;\n }\n\n location \/ {\n try_files $uri $uri\/ @rewrite;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param PATH_INFO $fastcgi_script_name;\n fastcgi_param REQUEST_URI $request_uri;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"999c78b5f87585abe821ec425e8cb1b81d1d4a2e","subject":"Updated the server name directive in the sample vhost config for the hellworld example.","message":"Updated the server name directive in the sample vhost config for the hellworld example.\n","repos":"360i\/sonno","old_file":"examples\/helloworld\/tpl\/sample.vhost","new_file":"examples\/helloworld\/tpl\/sample.vhost","new_contents":"# Unless otherwise noted, replace all settings w\/in curly braces with values\n# suited to your own environment.\n\n ServerName helloworld.example.sonno.dev\n ServerAdmin {youraddress@you.com}\n\n DocumentRoot {your\/path\/to}\/examples\/helloworld\/www\n \n Options Indexes FollowSymLinks MultiViews\n AllowOverride None\n Order allow,deny\n allow from all\n <\/Directory>\n\n ErrorLog {your\/path\/to\/error.log}\n\n # Possible values include: debug, info, notice, warn, error, crit,\n # alert, emerg.\n LogLevel warn\n\n # Main handler rewrite\n # Do not replace values inside curly braces {} w\/in the Location tag!!!\n \n RewriteEngine On\n RewriteCond %{REQUEST_FILENAME} !-f \n RewriteCond %{REQUEST_FILENAME} !-d \n RewriteRule !\\.(js|ico|gif|jpg|png|css)$ \/index.php\n <\/Location>\n<\/VirtualHost>","old_contents":"# Unless otherwise noted, replace all settings w\/in curly braces with values\n# suited to your own environment.\n\n ServerName example.sonno.dev\n ServerAdmin {youraddress@you.com}\n\n DocumentRoot {your\/path\/to}\/examples\/helloworld\/www\n \n Options Indexes FollowSymLinks MultiViews\n AllowOverride None\n Order allow,deny\n allow from all\n <\/Directory>\n\n ErrorLog {your\/path\/to\/error.log}\n\n # Possible values include: debug, info, notice, warn, error, crit,\n # alert, emerg.\n LogLevel warn\n\n # Main handler rewrite\n # Do not replace values inside curly braces {} w\/in the Location tag!!!\n \n RewriteEngine On\n RewriteCond %{REQUEST_FILENAME} !-f \n RewriteCond %{REQUEST_FILENAME} !-d \n RewriteRule !\\.(js|ico|gif|jpg|png|css)$ \/index.php\n <\/Location>\n<\/VirtualHost>","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"ApacheConf"} {"commit":"f85cca2c42547907264a94cdc7d72e271de67bda","subject":"fix nginx vhost","message":"fix nginx vhost\n","repos":"tobiasge\/cpves,tobiasge\/cpves,hggh\/cpves,hggh\/cpves,tobiasge\/cpves,hggh\/cpves,tobiasge\/cpves,hggh\/cpves","old_file":"support\/nginx.vhost","new_file":"support\/nginx.vhost","new_contents":"server {\n listen :443 ssl;\n server_name ;\n\n ssl_certificate \/etc\/nginx\/ssl\/cpves.pem;\n ssl_certificate_key \/etc\/nginx\/ssl\/cpves.pem;\n ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;\n ssl_ciphers HIGH:!aNULL:!MD5;\n\n access_log \/var\/www\/virtual\/cpves\/logs\/nginx_access.log;\n error_log \/var\/www\/virtual\/cpves\/logs\/nginx_error.log;\n\n root \/var\/www\/virtual\/cpves\/html\/web;\n\n index index.php;\n\n location ~ ^(.*)\\\/\\.(.*)$ {\n return 404;\n }\n\n location ~ ^(.*)\\.php$ {\n try_files $uri =404;\n\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_pass unix:\/var\/www\/virtual\/cpves\/sockets\/phpfpm.socket;\n }\n}\n","old_contents":"server {\n listen :443 ssl;\n server_name ;\n\n ssl_certificate \/etc\/nginx\/ssl\/server.pem;\n ssl_certificate_key \/etc\/nginx\/ssl\/server.pem;\n ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;\n ssl_ciphers HIGH:!aNULL:!MD5;\n\n access_log \/var\/www\/virtual\/cpves\/logs\/nginx_access.log;\n error_log \/var\/www\/virtual\/cpves\/logs\/nginx_error.log;\n\n root \/var\/www\/virtual\/cpves\/html\/web;\n\n index index.php;\n\n location ~ ^(.*)\\\/\\.(.*)$ {\n return 404;\n }\n\n location ~ ^(.*)\\.php$ {\n try_files $uri =404;\n\n include \/etc\/nginx\/fastcgi_params;\n fastcgi_pass unix:\/var\/www\/virtual\/cpves\/sockets\/phpfpm.socket;\n }\n}\n","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"2c6bda58cdf1056e61685c68bdfbc39ddfacc4e2","subject":"update xtc web config","message":"update xtc web config\n","repos":"newbdez33\/phpstack","old_file":"images\/nginx\/xtc.vhost","new_file":"images\/nginx\/xtc.vhost","new_contents":"server {\n server_name mobile.viewspeaker.com mobile.viewspeaker.cat;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/admin\/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n\nserver {\n server_name mobile.api.viewspeaker.com mobile.api.viewspeaker.cat;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param PHP_VALUE \"upload_max_filesize = 100M \\n post_max_size=100M\";\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n","old_contents":"server {\n server_name mobile.viewspeaker.com;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/admin\/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n\nserver {\n server_name mobile.api.viewspeaker.com;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param PHP_VALUE \"upload_max_filesize = 100M \\n post_max_size=100M\";\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"139ff2fefb711c06ac02a99ca5a26cfa6b8fd670","subject":"Enable GET parameters","message":"Enable GET parameters\n","repos":"inhere\/dockerenv,inhere\/dockerenv,myorb\/php-dockerized,mmswebinternet\/php-dockerized,kasperisager\/phpstack,mmswebinternet\/php-dockerized,mmswebinternet\/php-dockerized,mmswebinternet\/php-dockerized,yazashin\/php-dockerized,kasperisager\/php-dockerized","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"server {\n server_name default;\n root \/var\/www\/default;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php$is_args$args;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n # fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n }\n}\n","old_contents":"server {\n server_name default;\n root \/var\/www\/default;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n # fastcgi_pass unix:\/var\/run\/hhvm\/hhvm.sock;\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"6005466152f20f85707767cc00bf42482eb55215","subject":"test with new default.vhost file","message":"test with new default.vhost file\n","repos":"mitchellkrogza\/Travis-CI-Nginx-for-Testing-Nginx-Configuration,mitchellkrogza\/Travis-CI-Nginx-for-Testing-Nginx-Configuration","old_file":"travis-ci\/default.vhost","new_file":"travis-ci\/default.vhost","new_contents":"server {\n\tlisten *:9000;\n\n\troot \/var\/www\/html;\n\tserver_name localhost;\n\tcharset UTF-8;\n\n location \/ {\n root \/var\/www\/html\/;\n }\n}\n","old_contents":"server {\n\tlisten *:9000;\n\n\troot \/var\/www\/html;\n\tserver_name localhost;\n\tcharset UTF-8;\n\n\t\t# Block Bad Bots\n\t\tinclude \/etc\/nginx\/bots.d\/blockbots.conf;\n\t\tinclude \/etc\/nginx\/bots.d\/ddos.conf;\n}\n","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf"} {"commit":"555333287eff87cf5652500f224e18428b179f99","subject":"remove restriction on CORS","message":"remove restriction on CORS\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","old_file":"nginx\/apiparticulier.vhost","new_file":"nginx\/apiparticulier.vhost","new_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^apiparticulier(-dev|-test|-local|)\\.sgmap\\.fr$ default;\n\n\n location \/docs {\n root \/var\/www;\n add_header 'Access-Control-Allow-Origin' '*';\n }\n\n location \/status {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n root \/var\/www;\n }\n\n}\n","old_contents":"server {\n listen 80;\n\n root \/var\/www\/app;\n index index.html;\n\n server_name ~^apiparticulier(-dev|-test|-local|)\\.sgmap\\.fr$ default;\n\n\n location \/docs {\n root \/var\/www;\n add_header 'Access-Control-Allow-Origin' '*.gouv.fr';\n }\n\n location \/status {\n root \/var\/www;\n }\n\n location \/api {\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_pass http:\/\/app:3004;\n\n }\n\n location \/tech {\n root \/var\/www;\n }\n\n}\n","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"d9c2d137f7f5f9339b23f69086020b680c136afc","subject":"Modification config VHOST","message":"Modification config VHOST\n","repos":"FHenry\/zf2biz,FHenry\/zf2biz,FHenry\/zf2biz","old_file":"server_config\/site.vhost","new_file":"server_config\/site.vhost","new_contents":"\n\tServerName galerie.local\n\tDocumentRoot \/var\/git\/zf2biz\/gallerie\/public\n\n\tSetEnv APPLICATION_ENV \"development\"\n\n\t\n\t\tOrder deny,allow\n\t\tAllow from all\n\n\t\tAllowOverride None\n\t<\/Directory>\n\n\tRewriteEngine On\n\tRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -s [OR]\n\tRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -l [OR]\n\tRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -d\n\tRewriteRule ^.*$ - [NC,L]\n\tRewriteRule ^.*$ \/index.php [NC,L]\n<\/VirtualHost>\n","old_contents":"\n\tServerName appblanche.local\n\tDocumentRoot \/var\/git\/zf2biz\/application-blanche\/public\n\n\tSetEnv APPLICATION_ENV \"development\"\n\n\t\n\t\tOrder deny,allow\n\t\tAllow from all\n\n\t\tAllowOverride None\n\t<\/Directory>\n\n\tRewriteEngine On\n\tRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -s [OR]\n\tRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -l [OR]\n\tRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -d\n\tRewriteRule ^.*$ - [NC,L]\n\tRewriteRule ^.*$ \/index.php [NC,L]\n<\/VirtualHost>\n","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"ApacheConf"} {"commit":"3622256e6ffb026af1ba30131027ed8109c668e7","subject":"Add nginx configuration","message":"Add nginx configuration\n\nSigned-off-by: Konosprod <220f1eb1aca902f59b8c2b389e151298848b6ae6@free.fr>\n","repos":"Konosprod\/ciconia,Konosprod\/ciconia,Konosprod\/ciconia,Konosprod\/ciconia","old_file":"nginx.vhost","new_file":"nginx.vhost","new_contents":"server {\n\tserver_name push.example.fr;\n root \/var\/www\/push.example.fr;\n access_log \/var\/log\/nginx\/push.example.fr.access.log;\n error_log \/var\/log\/nginx\/push.example.fr.error.log;\n\n index index.php;\n\n\tlocation \/ {\n\t\t\n\t\ttry_files $uri $uri\/ \/index.php?$args;\n }\n\n\tlocation ~ \"^\/([\\w\\d]{4})$\" {\n\t\ttry_files $uri \/pages\/decoder.php?decode=$1;\n\t}\n\n location ~ \\.php$ {\n include fastcgi_params;\n fastcgi_intercept_errors on;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n }\n}\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'nginx.vhost' did not match any file(s) known to git\n","license":"apache-2.0","lang":"ApacheConf"} {"commit":"7d32d68a37a29ef7ab1092287cd224236a2f4e05","subject":"apache vhost config file","message":"apache vhost config file\n","repos":"strycore\/djung,strycore\/djung,strycore\/djung,strycore\/djung","old_file":"config\/project_name.vhost","new_file":"config\/project_name.vhost","new_contents":"\n WSGIScriptReloading On\n WSGIDaemonProcess %PROJECT%-%ENV%\n WSGIProcessGroup %PROJECT%-%ENV%\n WSGIApplicationGroup %PROJECT%-%ENV%\n WSGIPassAuthorization On\n\n WSGIScriptAlias \/ %ROOT%\/%ENV%\/%PROJECT%\/config\/%PROJECT%.wsgi\n\n ServerName %PROJECT%.%DOMAIN%\n\n \n Order Allow,Deny\n Allow from all\n <\/Location>\n\n \n SetHandler None\n <\/Location>\n Alias \/static %ROOT%\/%ENV%\/%PROJECT%\/static\n\n \n SetHandler None\n <\/Location>\n Alias \/media %ROOT%\/%ENV%\/%PROJECT%\/media\n\n ErrorLog \/var\/log\/apache2\/%PROJECT%_%ENV%_error.log\n LogLevel info\n CustomLog \/var\/log\/apache2\/%PROJECT%_%ENV%_access.log combined\n<\/VirtualHost>\n\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'config\/project_name.vhost' did not match any file(s) known to git\n","license":"bsd-3-clause","lang":"ApacheConf"} {"commit":"23aeb2a1cd143b7f757fc3aef866aba4727e44d3","subject":"update nginx example conf","message":"update nginx example conf\n","repos":"pleebe\/fuuka4plebs,pleebe\/fuuka4plebs,pleebe\/fuuka4plebs,pleebe\/fuuka4plebs","old_file":"examples\/nginx.vhost","new_file":"examples\/nginx.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pleebe\/fuuka4plebs.git\/'\n","license":"mit","lang":"ApacheConf"} {"commit":"44ba7c16998a9af9ea592866113b9750f685ce9c","subject":"add nginx sample config","message":"add nginx sample config\n","repos":"syrma-php\/web-container-bundle","old_file":"Resources\/doc\/sample\/nginx.vhost","new_file":"Resources\/doc\/sample\/nginx.vhost","new_contents":"server {\n server_name [domain];\n root [symfony-web-root]\n\n\tlocation \/ {\n\t\tinclude proxy_params;\n\t\tproxy_set_header X-Forwarded-Host \"$http_host:$server_port\";\n proxy_pass http:\/\/127.0.0.1:9100$request_uri;\n }\n\n error_log \/var\/log\/nginx\/syrma.log;\n access_log \/var\/log\/nginx\/syrma.log;\n}\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'Resources\/doc\/sample\/nginx.vhost' did not match any file(s) known to git\n","license":"mit","lang":"ApacheConf"} {"commit":"ac81205b04933ea0afe450609a00e5f54f1804cd","subject":"adding php-fpm support","message":"adding php-fpm support\n","repos":"ynk\/vhs","old_file":"nginx\/http.vhost","new_file":"nginx\/http.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/ynk\/vhs.git\/'\n","license":"mit","lang":"ApacheConf"} {"commit":"ba4612fbc9ab9d15e5b53507bdaf0d53fdcff13f","subject":"Example configuration for Apache with LDAP authentication","message":"Example configuration for Apache with LDAP authentication\n","repos":"MozillaSecurity\/FuzzManager,cihatix\/FuzzManager,sigma-random\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,cihatix\/FuzzManager,sigma-random\/FuzzManager,MozillaSecurity\/FuzzManager,lazyparser\/FuzzManager,cihatix\/FuzzManager,sigma-random\/FuzzManager,lazyparser\/FuzzManager,cihatix\/FuzzManager,lazyparser\/FuzzManager,lazyparser\/FuzzManager,sigma-random\/FuzzManager","old_file":"examples\/apache2\/default.vhost","new_file":"examples\/apache2\/default.vhost","new_contents":"WSGIPythonPath \/path\/to\/repo\/FuzzManager\/server\n\n\tServerName fuzzmanager.your.domain\n\n\tAlias \/static\/ \/path\/to\/repo\/FuzzManager\/server\/crashmanager\/static\/\n\tAlias \/tests\/ \/path\/to\/repo\/FuzzManager\/server\/tests\/\n\n\tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py\n\tWSGIPassAuthorization On\n\n\t\n\t\tAuthType Basic\n\t\tAuthName \"LDAP Login\"\n\t\tAuthBasicProvider file ldap\n\t\tAuthUserFile \/path\/to\/.htpasswd\n\t\t# Your LDAP configuration here, including Require directives\n\n\t\t# This user is used by clients to download test cases and signatures\n\t\tRequire user fuzzmanager\n\t<\/Location>\n\n\t\n\t\tSatisfy Any\n\t\tAllow from all\n\t<\/Location>\n\t\n\t\n\t\t\n\t\t\tOrder deny,allow\n\t\t\tAllow from all\n\t\t<\/Files>\n\t<\/Directory>\n<\/VirtualHost>\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'examples\/apache2\/default.vhost' did not match any file(s) known to git\n","license":"mpl-2.0","lang":"ApacheConf"} {"commit":"45bdf825091f5a786567eaa4747eeb5e2ecaa955","subject":"add nginx vhost","message":"add nginx vhost\n","repos":"BillRun\/system,BillRun\/system,BillRun\/system,BillRun\/system","old_file":"nginx.vhost","new_file":"nginx.vhost","new_contents":"server {\n root \/path\/to\/vhost\/public;\n index index.php index.html index.htm;\n server_name localhost;\n client_max_body_size 20M;\n location \/ {\n try_files $uri $uri\/ \/index.php?$args;\n }\n\n location ~ .*.php$ {\n fastcgi_pass 127.0.0.1:9000;\n fastcgi_index index.php;\n include fastcgi_params;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n }\n\n}\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'nginx.vhost' did not match any file(s) known to git\n","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"d409200a74b191cd0459f893357003b7dc7d46b3","subject":"Add example vhost file","message":"Add example vhost file\n","repos":"jerram\/symfony-preloaded","old_file":"symfony.vhost","new_file":"symfony.vhost","new_contents":"\n ServerName symfony.dev\n ServerAdmin webmaster@localhost\n DocumentRoot \/var\/vhosts\/symfony\/web\n# DirectoryIndex app.php\n \n Options FollowSymLinks\n AllowOverride None\n <\/Directory>\n \n DirectoryIndex app.php\n AllowOverride All\n Order allow,deny\n Allow from all\n RewriteEngine On\n RewriteCond %{REQUEST_FILENAME} !-f\n RewriteRule ^(.*)$ app.php [QSA,L]\n RedirectMatch permanent ^\/app\\.php\/(.*) \/$1\n Options FollowSymLinks\n <\/Directory>\n\n ErrorLog ${APACHE_LOG_DIR}\/symfony-error.log\n\n # Possible values include: debug, info, notice, warn, error, crit,\n # alert, emerg.\n LogLevel warn\n\n CustomLog ${APACHE_LOG_DIR}\/symfony-access.log combined\n<\/VirtualHost>\n\n\n\n ServerName symfony.dev\n ServerAdmin webmaster@localhost\n DocumentRoot \/var\/vhosts\/symfony\/web\n \n Options FollowSymLinks\n AllowOverride None\n <\/Directory>\n \n Options FollowSymLinks\n AllowOverride All\n Order allow,deny\n allow from all\n <\/Directory>\n\n ErrorLog ${APACHE_LOG_DIR}\/symfony-error.log\n\n # Possible values include: debug, info, notice, warn, error, crit,\n # alert, emerg.\n LogLevel warn\n\n CustomLog ${APACHE_LOG_DIR}\/symfony-access.log combined\n\n SSLEngine on\n SSLCertificateFile \/etc\/ssl\/certs\/ssl-cert-snakeoil.pem\n SSLCertificateKeyFile \/etc\/ssl\/private\/ssl-cert-snakeoil.key\n\n BrowserMatch \"MSIE [2-6]\" \\\n nokeepalive ssl-unclean-shutdown \\\n downgrade-1.0 force-response-1.0\n # MSIE 7 and newer should be able to use keepalive\n BrowserMatch \"MSIE [17-9]\" ssl-unclean-shutdown\n\n<\/VirtualHost>\n<\/IfModule>\n\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'symfony.vhost' did not match any file(s) known to git\n","license":"mit","lang":"ApacheConf"} {"commit":"e8390ea321fa631ddf2275275691ecbb503b8796","subject":"Correct servername","message":"Correct servername\n","repos":"pluxain\/dotfiles","old_file":"apache\/vhosts\/www.pontevia.local.vhost","new_file":"apache\/vhosts\/www.pontevia.local.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pluxain\/dotfiles.git\/'\n","license":"mit","lang":"ApacheConf"} {"commit":"7bae2b160aa0ac83ee442ab8286dd5232fcbb32e","subject":"nginx demo config","message":"nginx demo config\n\ncloses #2\n","repos":"foodsharing-dev\/foodsharing-api,foodsharing-dev\/foodsharing-api,foodsharing-dev\/foodsharing-api","old_file":"scripts\/fslight.nginx.vhost","new_file":"scripts\/fslight.nginx.vhost","new_contents":"server {\n listen\t 443 ssl;\n\n server_name YourServerName\n root \/var\/www\/fslight\/www\/foodsharing-api\/web;\n\n ssl_certificate PathToCrt.pem\n ssl_certificate_key PathToKey.pem\n\n location \/ {\n# try to serve file directly, fallback to app.php\n try_files $uri \/foodsharing-light$uri \/app.php$is_args$args;\n }\n# PROD\n location ~ ^\/app\\.php(\/|$) {\n fastcgi_pass unix:\/var\/run\/php5-fpm-fslight.sock;\n fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n include fastcgi_params;\n# Prevents URIs that include the front controller. This will 404:\n# http:\/\/domain.tld\/app.php\/some-path\n# Remove the internal directive to allow URIs like this\n internal;\n }\n\n location ^~ \/foodsharing\/socket\/ {\n include nodejs_proxy_params;\n access_log off;\n proxy_pass http:\/\/lmr_dev_nodejs\/;\n }\n\n location = \/fs\/xhrapp.php {\n rewrite \/fs(.*) $1 break;\n fastcgi_split_path_info ^(.+?\\.php)(\/.*)$;\n if (!-f $document_root$fastcgi_script_name) {\n return 404;\n }\n fastcgi_pass lmr_prod_php;\n fastcgi_index index.php;\n include fastcgi_params;\n alias \/var\/www\/lmr-prod\/www;\n }\n\n location \/fs\/images\/ {\n alias \/var\/www\/lmr-prod\/www\/images\/;\n try_files $uri =404;\n }\n\n# return 404 for all other php files not matching the front controller\n# this prevents access to other php files you don't want to be accessible.\n location ~ \\.php$ {\n return 404;\n }\n\n error_log \/var\/www\/fslight\/log\/nginx_error.log;\n access_log \/var\/www\/fslight\/log\/nginx_access.log;\n}\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'scripts\/fslight.nginx.vhost' did not match any file(s) known to git\n","license":"mit","lang":"ApacheConf"} {"commit":"478475db1feffd715d7438fcc4e5bd729b66d127","subject":"updated rewriting rules for apache","message":"updated rewriting rules for apache\n","repos":"rossjones\/ScraperWikiX,rossjones\/ScraperWikiX,rossjones\/ScraperWikiX,rossjones\/ScraperWikiX,rossjones\/ScraperWikiX,rossjones\/ScraperWikiX","old_file":"scraperwiki.vhost","new_file":"scraperwiki.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/rossjones\/ScraperWikiX.git\/'\n","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"54209d7809966d599494ff4787a0aa303e3630c5","subject":"allow access only from local networks","message":"allow access only from local networks\n","repos":"morawskim\/puppet-mopensuse,morawskim\/puppet-mopensuse,morawskim\/puppet-mopensuse","old_file":"files\/apache2\/000-default.vhost","new_file":"files\/apache2\/000-default.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/morawskim\/puppet-mopensuse.git\/'\n","license":"mit","lang":"ApacheConf"} {"commit":"a3c637baf0dfe424f97385d68213ce26990a1002","subject":"refine for xtc","message":"refine for xtc\n","repos":"newbdez33\/phpstack","old_file":"images\/nginx\/xtc.vhost","new_file":"images\/nginx\/xtc.vhost","new_contents":"server {\n server_name mobile.api.viewspeaker.dog mobile.viewspeaker.dog;\n root \/var\/www\/xtc;\n index index.php;\n\n client_max_body_size 100M;\n fastcgi_read_timeout 1800;\n\n location \/ {\n try_files $uri $uri\/ \/index.php;\n }\n\n location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n expires max;\n log_not_found off;\n access_log off;\n }\n\n location ~ \\.php$ {\n try_files $uri =404;\n include fastcgi_params;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n }\n}\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'images\/nginx\/xtc.vhost' did not match any file(s) known to git\n","license":"mit","lang":"ApacheConf"} {"commit":"1b2a075733bacdf7d97c7171a2fe78bda0524795","subject":"N\u00b0commit: d9c2d13","message":"N\u00b0commit: d9c2d13\n","repos":"debruyne0\/galerie,debruyne0\/application-blanche","old_file":"server-config\/site.vhost","new_file":"server-config\/site.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/debruyne0\/application-blanche.git\/'\n","license":"bsd-3-clause","lang":"ApacheConf"} {"commit":"a7480a1cdf5489ee20f2d0818d2108b1505fca5a","subject":"add apache vhost","message":"add apache vhost\n","repos":"BillRun\/system,BillRun\/system,BillRun\/system,BillRun\/system","old_file":"apache.vhost","new_file":"apache.vhost","new_contents":"\n\n ServerAdmin webmaster@localhost\n ServerName localhost\n \n DocumentRoot \/path\/to\/vhost\/public\/\n \n Options FollowSymLinks\n AllowOverride None\n <\/Directory>\n \n Options Indexes FollowSymLinks MultiViews\n AllowOverride None\n Order allow,deny\n allow from all\n <\/Directory>\n\n ErrorLog ${APACHE_LOG_DIR}\/error.log\n\n # Possible values include: debug, info, notice, warn, error, crit,\n # alert, emerg.\n LogLevel warn\n\n CustomLog ${APACHE_LOG_DIR}\/access.log combined\n\n<\/VirtualHost>\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'apache.vhost' did not match any file(s) known to git\n","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"6240d218c3d191cb027ca574cf4100ce6483d111","subject":"Add vhost for local luxain.pro under WP","message":"Add vhost for local luxain.pro under WP\n","repos":"pluxain\/dotfiles","old_file":"apache\/vhosts\/luxain.pro.wordpress.vhost","new_file":"apache\/vhosts\/luxain.pro.wordpress.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pluxain\/dotfiles.git\/'\n","license":"mit","lang":"ApacheConf"} {"commit":"ed53e73bd81572873b6ab761b27b198269d6b490","subject":"add support directory and nginx example vhost","message":"add support directory and nginx example vhost\n","repos":"hggh\/cpves,hggh\/cpves,tobiasge\/cpves,tobiasge\/cpves,tobiasge\/cpves,hggh\/cpves,tobiasge\/cpves,hggh\/cpves","old_file":"support\/nginx.vhost","new_file":"support\/nginx.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/hggh\/cpves.git\/': The requested URL returned error: 403\n","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"1f5a2fb06093e8e11d38ae23ea51d06a70147db9","subject":"add apache vhost to data folder","message":"add apache vhost to data folder\n\nuseful for fresh installation","repos":"BillRun\/NPG,BillRun\/NPG,BillRun\/NPG","old_file":"data\/apache.vhost","new_file":"data\/apache.vhost","new_contents":"\n\n ServerAdmin webmaster@localhost\n ServerName localhost\n \n DocumentRoot \/path\/to\/vhost\/public\/\n \n Options FollowSymLinks\n AllowOverride None\n <\/Directory>\n \n Options Indexes FollowSymLinks MultiViews\n AllowOverride None\n Order allow,deny\n allow from all\n <\/Directory>\n\n ErrorLog ${APACHE_LOG_DIR}\/error.log\n\n # Possible values include: debug, info, notice, warn, error, crit,\n # alert, emerg.\n LogLevel warn\n\n CustomLog ${APACHE_LOG_DIR}\/access.log combined\n\n<\/VirtualHost>\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'data\/apache.vhost' did not match any file(s) known to git\n","license":"agpl-3.0","lang":"ApacheConf"} {"commit":"a947e1d230fad40dfd23105f5841c764b2c0904d","subject":"Update default.vhost (#45)","message":"Update default.vhost (#45)","repos":"mmswebinternet\/php-dockerized,mmswebinternet\/php-dockerized,kasperisager\/php-dockerized,mmswebinternet\/php-dockerized,kasperisager\/phpstack,mmswebinternet\/php-dockerized,inhere\/dockerenv,inhere\/dockerenv","old_file":"sites\/default.vhost","new_file":"sites\/default.vhost","new_contents":"","old_contents":"","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/kasperisager\/phpstack.git\/': The requested URL returned error: 403\n","license":"mit","lang":"ApacheConf"}