1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update nginx.conf

This commit is contained in:
frju365 2018-03-24 17:21:17 +01:00 committed by GitHub
parent d47719b5a2
commit a3dec32bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
location __PATH__ {
# Path to source
alias __FINALPATH__/ ;
alias __FINALPATH__/www/ ;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;