Fix a typo in httpd conf

master
Daniel Berteaud 11 years ago
parent 806ec1d443
commit 8240453214
  1. 2
      conf/httpd.conf

@ -12,7 +12,7 @@
ProxyPassReverse /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket
ProxyPass /socket.io/ http://localhost:8888/socket.io/
ProxyPassReverse /socket.io/ http://localhost:8888/socket.io/
AliasMatch ^/(\d{10}/)?((js|css|img|fonts|snd)/.*) /opt/devroom/public/$2
AliasMatch ^/(\d{10}/)?((js|css|img|fonts|snd)/.*) /opt/vroom/public/$2
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/(\d{10}/)?(js|css|img|fonts|snd)/(.*)$ /$2/$3 [L]

Loading…
Cancel
Save