mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Cleanup nginx conf
This commit is contained in:
parent
afe79e8c89
commit
5d60c5d3bf
1 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __INSTALL_DIR__/__NAME__/ ;
|
||||
alias __INSTALL_DIR__/__NAME__/;
|
||||
index index.php;
|
||||
if (!-e $request_filename)
|
||||
{
|
||||
|
@ -12,7 +12,7 @@ location __PATH__/ {
|
|||
index index.php;
|
||||
|
||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
client_max_body_size 50M;
|
||||
client_max_body_size 500M;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue