diff --git a/conf/nginx.conf b/conf/nginx.conf deleted file mode 100644 index 7937e6b..0000000 --- a/conf/nginx.conf +++ /dev/null @@ -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; -}