1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2020-12-13 15:37:22 +01:00
parent b87847917a
commit 052f9adcfe
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -6,7 +6,6 @@ location __PATH__/ {
rewrite ^ https://$server_name$request_uri? permanent;
}
rewrite ^__PATH__/$ __PATH__/ break;
rewrite ^__PATH__/locales/(.*) __PATH__/locales/$1 break;
rewrite ^__PATH__/locales.json __PATH__/locales.json break;
rewrite ^__PATH__/admin(.*) __PATH__/admin/$1 break;