Delete nginx.conf

This commit is contained in:
lapineige 2023-07-09 11:28:52 +02:00 committed by GitHub
parent 415d627fcb
commit 8cb830f619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +0,0 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}