mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
nginx conf
This commit is contained in:
parent
d0302acf25
commit
3687273ec1
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
location PATHTOCHANGE {
|
||||
alias ALIASTOCHANGE;
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
index index.php;
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
|
|
Loading…
Reference in a new issue