mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
try change nginx.conf
This commit is contained in:
parent
e8c9ab9970
commit
bd56a81f01
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
location __PATH__/ {
|
||||
location __PATH__ {
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/www ;
|
||||
alias __FINALPATH__/www/ ;
|
||||
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
|
|
Loading…
Reference in a new issue