@@ -111,45 +111,3 @@
}
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
-@@ -78,41 +117,4 @@ http {
- #}
- }
-
--
-- # another virtual host using mix of IP-, name-, and port-based configuration
-- #
-- #server {
-- # listen 8000;
-- # listen somename:8080;
-- # server_name somename alias another.alias;
--
-- # location / {
-- # root html;
-- # index index.html index.htm;
-- # }
-- #}
--
--
-- # HTTPS server
-- #
-- #server {
-- # listen 443;
-- # server_name localhost;
--
-- # ssl on;
-- # ssl_certificate cert.pem;
-- # ssl_certificate_key cert.key;
--
-- # ssl_session_timeout 5m;
--
-- # ssl_protocols SSLv2 SSLv3 TLSv1;
-- # ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
-- # ssl_prefer_server_ciphers on;
--
-- # location / {
-- # root html;
-- # index index.html index.htm;
-- # }
-- #}
--
- }
|