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

Update nginx.conf

This commit is contained in:
ericgaspar 2020-11-02 11:17:07 +01:00
parent 20e99c8df8
commit a7e7c367dd
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -23,7 +23,7 @@ location __PATH__/ {
index yellow.php; index yellow.php;
if (!-e $request_filename) { if (!-e $request_filename) {
rewrite ^(.*)$ /yellow.php last; rewrite ^(.*)$ __PATH__/yellow.php last;
break; break;
} }