Skip to content

Instantly share code, notes, and snippets.

View hendricius's full-sized avatar

Hendrik Kleinwaechter hendricius

View GitHub Profile
.right-icon-wrapper
.row-fluid.top-indicator
.left.span2
i.icon-double-angle-left
.right.span10  
.row-fluid.bottom-content
.left.span2
| 
.left-icons
span {% t send_message %}
- (void) resize:(NSDictionary *) properties
{
NSRect frame = [self.webView window].frame;
frame.size.width = [[properties valueForKey:@"width"] doubleValue];
frame.size.height = [[properties valueForKey:@"height"] doubleValue];
[[self.webView window] setFrame:frame display:YES];
}
- (void) resize
{
server {
listen 80;
server_name staging.musterbrand-system.com *.staging.musterbrand-system.com;
location / {
proxy_pass http://127.0.0.1:6081/;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_read_timeout 600;
proxy_connect_timeout 600;
send_timeout 600;