mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Change port number to 12150
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#define DEBUG 0
|
||||
|
||||
#define PORTNUMBER 12142
|
||||
#define PORTNUMBER 12150
|
||||
|
||||
#define APPCAFEWORKING QString("/var/tmp/appcafe/dispatch-queue.working")
|
||||
|
||||
@@ -172,4 +172,4 @@ void WebServer::WatcherUpdate(QString path){
|
||||
if(!watcher->files().contains(path) && !watcher->directories().contains(path)){
|
||||
watcher->addPath(path); //re-add it to the watcher. This happens when the file is removed/re-created instead of just overwritten
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user