instant-messaging plugin
Jabber Plugin plugin
- Enable Jabber Notification
- Jabber ID:
<[email protected]>
- Password:
<your password>
- Advanced
- Server:
talk.google.com
instant-messaging plugin
Jabber Plugin plugin
<[email protected]>
<your password>
talk.google.com
server { | |
listen 80; | |
server_name mysite.com; | |
root /var/www/mysite.com/; | |
location / { | |
if (-f $document_root/maintenance.html) { | |
return 503; | |
} | |
... # the rest of your config goes here |