1
0
Fork 0
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:
Thomas LEBEAU 2014-06-16 09:38:33 +02:00
parent b51be967e3
commit 429a4fd754
2 changed files with 1 additions and 5 deletions

View file

@ -1,10 +1,6 @@
location PATHTOCHANGE {
alias ALIASTOCHANGE;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.php index.html index.htm;
default_type text/html;

View file

@ -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>