Skip to content

Instantly share code, notes, and snippets.

View corrieriluca's full-sized avatar

Luca Corrieri corrieriluca

View GitHub Profile
@corrieriluca
corrieriluca / default.conf
Created October 19, 2023 13:18
Default server config NGINX
server {
listen 80;
server_name localhost;
#access_log /var/log/nginx/host.access.log main;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
@corrieriluca
corrieriluca / App-Store-Connect-API-Python.md
Last active April 23, 2024 04:50
Connection to the App Store Connect API using Python3