mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
[fix] no need alias config nginx
This commit is contained in:
parent
382deeb253
commit
032100abf9
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
location __PATH__ {
|
location __PATH__ {
|
||||||
# alias __FINALPATH__/live/public;
|
|
||||||
|
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
|
|
Loading…
Reference in a new issue