mirror of
https://github.com/YunoHost-Apps/snweb_ynh.git
synced 2024-09-03 20:26:22 +02:00
Fix: linter: remove http->https redirect
This commit is contained in:
parent
1a7dd39ece
commit
50da702ae2
1 changed files with 0 additions and 5 deletions
|
@ -3,11 +3,6 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/live/public ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
client_max_body_size 25M;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue