1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element-call_ynh.git synced 2024-09-03 20:36:02 +02:00

Update conf/nginx.conf: remove unecessary '^' ?

This commit is contained in:
Alexandre Aubin 2024-04-07 16:52:48 +02:00 committed by GitHub
parent c1ed001106
commit 14511ef099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location ^__PATH__/ {
location __PATH__/ {
alias __INSTALL_DIR__/dist/;