1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/omeka-s_ynh.git synced 2024-09-03 19:56:05 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-05-31 22:48:04 +02:00
parent 32f38440a8
commit 02437d9adb
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -42,5 +42,5 @@ location __PATH__/ {
} }
location @__APP__ { location @__APP__ {
rewrite ^(.*)$ __PATH__/index.php last; rewrite __PATH__/(.*)$ __PATH__/index.php last;
} }