shuuji3 / weblog

🌎 Weblog Articles powered by Hugo
https://weblog.shuuji3.xyz
0 stars 0 forks source link

Simple proxy from nginx to Google Cloud Storage #22

Open shuuji3 opened 1 year ago

shuuji3 commented 1 year ago
server {
    listen 80;
    server_name localhost;

    location / {
        proxy_pass  https://storage.googleapis.com/;
    }
}
shuuji3 commented 1 year ago

Create an architecture diagram using PlantUML with the official Google Cloud diagram template.