romancin / rclonebrowser-docker

A repository for creating a docker container including RClone Browser with GUI interface.
85 stars 37 forks source link

Missing a line for Nginx #30

Open STaRDoGG opened 3 years ago

STaRDoGG commented 3 years ago

Just adding a tip for the Nginx subfolder config; it also needs to include:

rewrite /rclone(.*) $1 break;

Or it won't work.