1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00
This commit is contained in:
liberodark 2019-01-07 18:03:48 +01:00
parent d2362517ff
commit f20107b3d6

View file

@ -1,6 +1,6 @@
root __FINALPATH__/; root __FINALPATH__/;
index index.php; index index.php;
rewrite ^(.*) https://yuno.probetech.be$1 permanent; rewrite ^ https://$server_name$request_uri? permanent;
location __PATH__/ { location __PATH__/ {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;