hangar18/static_data/configs/nginx-public/001-etherpad.conf

20 lines
482 B
Plaintext

#
# etherpad
# TODO: czekamy na wildcarda na domenie, ażeby mieć pad.nazwa.domeny
# tymczasem nieużywany
#
#
# server {
#
# listen 80;
# server_name pad.shire.linux.org.pl;
# root /usr/share/nginx/html;
# access_log /var/log/nginx/etherpad-access.log;
# error_log /var/log/nginx/etherpad-error.log;
#
# location / {
# proxy_pass http://plug-etherpad:9001/;
# proxy_set_header Host $host;
# proxy_buffering off;
# }
# }