Skip to content

Instantly share code, notes, and snippets.

View Ahmedsaber9's full-sized avatar

Ahmed Saber Ahmedsaber9

  • Egypt
View GitHub Profile
@Ahmedsaber9
Ahmedsaber9 / nginx.conf
Created February 5, 2021 16:22 — forked from hjr3/nginx.conf
nginx phpfpm + CORS configuration
upstream phpfpm {
server 127.0.0.1:9000;
}
server {
listen 80;
server_name _;
root /var/www/html;
index index.php;
# taken from http://www.piware.de/2011/01/creating-an-https-server-in-python/
# generate server.xml with the following command:
# openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes
# run as follows:
# python simple-https-server.py
# then in your browser, visit:
# https://localhost:4443
import BaseHTTPServer, SimpleHTTPServer
import ssl
@Ahmedsaber9
Ahmedsaber9 / mr.robot_season-2_easter-egg-sites.md
Created October 28, 2017 17:44 — forked from eyecatchup/mr.robot_season-2_easter-egg-sites.md
A collection of "Mr. Robot" Season 2 Easter Egg Sites. #mrrobot #hackingrobot #robotegg