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:
parent
b87847917a
commit
052f9adcfe
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue