mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
update nginx conf
This commit is contained in:
parent
b51be967e3
commit
429a4fd754
2 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
||||||
location PATHTOCHANGE {
|
location PATHTOCHANGE {
|
||||||
alias ALIASTOCHANGE;
|
alias ALIASTOCHANGE;
|
||||||
|
|
||||||
if ($scheme = http) {
|
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
|
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
default_type text/html;
|
default_type text/html;
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
to finish to install go to <a href="/admin">Admin page</a>
|
to finish to install go to <a href="admin">Admin page</a>
|
Loading…
Reference in a new issue