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-15 22:38:34 +02:00
parent dff4bc1468
commit a868e7906f

View file

@ -1,4 +1,4 @@
location PATHTOCHANGE {
location PATHTOCHANGE/admin {
alias ALIASTOCHANGE;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;