Skip to content

Instantly share code, notes, and snippets.

View BreizhCat's full-sized avatar
🍺

вяєιzн¢αт BreizhCat

🍺
View GitHub Profile
--[[
author = BreizhCat
create = 04.07.2020
update = 05.07.2020
filename = CameraSalon.lua
description = Utilisation des positions de la caméra DLink5020L
change =
05.07.2020: Ajout varibles utilisateurs pour accès caméra
@BreizhCat
BreizhCat / proxy.apache.conf
Created November 19, 2018 19:44 — forked from chrisjhoughton/proxy.apache.conf
Sample Nginx reverse proxy to Apache set up for Wordpress.
<VirtualHost *:{PORT}>
ServerName www.yourdomain.com
ServerAdmin mail@domain.com
DocumentRoot /var/www/yourdir/
<Directory /var/www/yourdir>
Options Indexes FollowSymLinks
AllowOverride all
Order allow,deny
@BreizhCat
BreizhCat / index.html
Created December 14, 2015 13:30 — forked from jerome-labidurie/index.html
Synology SSO server login example
<html>
<head>
<!-- include Synology SSO js -->
<script src="http://ds:5000/webman/sso/synoSSO-1.0.0.js"></script>
</head>
<body>
<script>
/** Display login/logout button.