Eakkapat Pattarathamrong

Results 2 comments of Eakkapat Pattarathamrong

You could replace your nginx config file with nginx-virtual-host-php-fpm.conf. And restart.

I think the best way to avoid this issue is add more rule for url like. ```python from werkzeug.routing import Rule app = Flask(__name__, static_url_path='/static') app.url_rule_class = lambda path, **options:...