Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
b9ced737
Commit
b9ced737
authored
Jun 16, 2014
by
Kevin LEVRON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finish French start-installation.md [skip ci]
parent
f38697ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
start-installation.md
docs/guide-fr/start-installation.md
+4
-4
No files found.
docs/guide-fr/start-installation.md
View file @
b9ced737
...
@@ -127,8 +127,8 @@ server {
...
@@ -127,8 +127,8 @@ server {
charset utf-8;
charset utf-8;
client_max_body_size 128M;
client_max_body_size 128M;
listen 80; ##
listen fo
r ipv4
listen 80; ##
port pou
r ipv4
#listen [::]:80 default_server ipv6only=on; ##
listen fo
r ipv6
#listen [::]:80 default_server ipv6only=on; ##
port pou
r ipv6
server_name mysite.local;
server_name mysite.local;
root /path/to/basic/web;
root /path/to/basic/web;
...
@@ -138,11 +138,11 @@ server {
...
@@ -138,11 +138,11 @@ server {
error_log /path/to/basic/log/error.log;
error_log /path/to/basic/log/error.log;
location / {
location / {
#
Redirect everything that isn't a real file to
index.php
#
Test fichier/dossier, sinon redirection vers
index.php
try_files $uri $uri/ /index.php?$args;
try_files $uri $uri/ /index.php?$args;
}
}
#
uncomment to avoid processing of calls to non-existing static files by Yii
#
décommentez ces lignes pour évitez que Yii ne gère les requêtes vers des fichiers statiques inexistants
#location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ {
#location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ {
# try_files $uri =404;
# try_files $uri =404;
#}
#}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment