snikket_ynh/conf/nginx.groups.conf
Norbi Peti bf4580154e Fixes and nginx config update
- The Android app can connect, although not directly with QR
2024-06-11 01:51:59 +02:00

5 lines
86 B
Plaintext

root /var/www/snikket/snikket_web;
location / {
return 301 https://__DOMAIN__/;
}