🔐
Size: a a a
🔐
f
f
🔐
f
🔐
Y
🔐
MS
🔐
NK
DT
DT
Z
А
А
server {
listen 80;
server_name my_ip;
access_log /root/bot/botpizza/pizza/example.log;
error_log /root/bot/botpizza/pizza/error.log;
location /static {
root /root/bot/botpizza/pizza;
expires 30d;
}
location /media {
root /root/bot/botpizza/pizza;
expires 30d;
}
location / {
proxy_pass http://127.0.0.1:8001;
proxy_set_header Host $server_name;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
А
А
PB
PB