Browse Source

conf extension

Bob Mottram 8 years ago
parent
commit
bf5878e4e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-jitsi

+ 1
- 1
src/freedombone-app-jitsi View File

@@ -152,7 +152,7 @@ function remove_jitsi {
152 152
         if [ -d /var/www/${JITSI_DOMAIN_NAME} ]; then
153 153
             rm -rf /var/www/${JITSI_DOMAIN_NAME}
154 154
         fi
155
-        rm /etc/nginx/sites-available/${JITSI_DOMAIN_NAME}
155
+        rm /etc/nginx/sites-available/${JITSI_DOMAIN_NAME}.conf
156 156
 
157 157
         function_check remove_certs
158 158
         remove_certs ${JITSI_DOMAIN_NAME}