Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1336757
ganetimgr.nginx.conf
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Dec 11, 12:01 AM
Size
410 B
Mime Type
text/plain
Expires
Sat, Dec 13, 12:01 AM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
302172
Attached To
rGMGRDCKR ganetimgr-docker
ganetimgr.nginx.conf
View Options
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
server {
listen 80;
server_name _;
access_log /dev/stdout;
error_log /dev/stdout info;
location /static {
alias /srv/ganetimgr/static;
}
location / {
proxy_pass http://localhost:8000;
include proxy_params;
}
}
}
Event Timeline
Log In to Comment