1
0
Fork 0
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:
magikcypress 2017-04-14 16:43:43 +02:00
parent 382deeb253
commit 032100abf9

View file

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