1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-07-26 11:19:33 +02:00
parent 9a4afab203
commit e5731279f7
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -3,7 +3,7 @@
location ^~ __PATH__/ {
# Path to source
alias __FINALPATH__/public/ ;
alias __FINALPATH__/public/;
try_files $uri $uri/ =404;