1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snipeit_ynh.git synced 2024-09-03 20:26:16 +02:00

Merge pull request #17 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2020-10-26 10:39:48 +01:00 committed by GitHub
commit 22191c3209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
location ^~ __PATH__ { #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location ^~ __PATH__/ {
alias __FINALPATH__/public/; alias __FINALPATH__/public/;
try_files $uri $uri/ @snipe; try_files $uri $uri/ @snipe;
index index.php; index index.php;