1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00
This commit is contained in:
lapineige 2024-07-18 20:35:41 +02:00 committed by GitHub
commit c9f05573af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,3 +31,7 @@ location __PATH__/ {
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}
#sub_path_only location /.well-known/ {
#sub_path_only return 301 https://__DOMAIN__/__PATH__/$request_uri;
#sub_path_only }