mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
moved HTTP to HTTPs for symfony.com links
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||
parameters:
|
||||
|
||||
services:
|
||||
|
||||
@@ -5,7 +5,7 @@ framework:
|
||||
#http_method_override: true
|
||||
#trusted_hosts: null
|
||||
#trusted_proxies: null
|
||||
# http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
||||
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
||||
#session:
|
||||
# handler_id: session.handler.native_file
|
||||
# save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
|
||||
|
||||
@@ -45,6 +45,6 @@
|
||||
" 1. Execute the <comment>make serve</comment> command;",
|
||||
" 2. Browse to the <comment>http://localhost:8000/</comment> URL.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>http://symfony.com/doc</comment>"
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</comment>"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ if (!getenv('APP_ENV')) {
|
||||
if (getenv('APP_DEBUG')) {
|
||||
// WARNING: You should setup permissions the proper way!
|
||||
// REMOVE the following PHP line and read
|
||||
// http://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
|
||||
// https://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
|
||||
umask(0000);
|
||||
|
||||
// This check prevents access to debug front controllers that are deployed by accident to production servers.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
security:
|
||||
# http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
|
||||
# https://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
|
||||
providers:
|
||||
in_memory: { memory: null }
|
||||
firewalls:
|
||||
@@ -12,7 +12,7 @@ security:
|
||||
# activate different ways to authenticate
|
||||
|
||||
# http_basic: null
|
||||
# http://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
|
||||
# https://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
|
||||
|
||||
# form_login: null
|
||||
# http://symfony.com/doc/current/cookbook/security/form_login_setup.html
|
||||
# https://symfony.com/doc/current/cookbook/security/form_login_setup.html
|
||||
|
||||
Reference in New Issue
Block a user