diff --git a/conf/nginx.conf b/conf/nginx.conf index c195769..91e580b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -29,19 +29,3 @@ location __PATH__/ { location ~* __PATH__/p/[^/]*(_|%|\*)[^/]*/export/etherpad { return 404; } - -location __PATH__/socket.io { - rewrite /socket.io/(.*) /socket.io/$1 break; - proxy_pass http://127.0.0.1:__PORT__/; - proxy_set_header Host $host; - proxy_buffering off; -} - -location __PATH__/static { - rewrite /static/(.*) /static/$1 break; - proxy_pass http://127.0.0.1:__PORT__/; - proxy_set_header Host $host; - proxy_buffering off; -} - -