mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-16 00:22:54 +11:00
15 lines
363 B
Text
15 lines
363 B
Text
error_log /srv/dpaste.de/var/nginx.error.log;
|
|
keepalive_timeout 5;
|
|
client_max_body_size 4G;
|
|
|
|
location /media/ {
|
|
alias /srv/dpaste.de/var/media/;
|
|
}
|
|
|
|
location /static/ {
|
|
alias /srv/dpaste.de/var/static/;
|
|
}
|
|
|
|
location / {
|
|
include /srv/dpaste.de/src/dpaste/server/nginx_server_appforward.conf;
|
|
}
|