1951 All-Southern Conference football team
The 1951 All-Southern Conference football team consists of American football players chosen by the Associated Press (AP) and United Press (UP) for the All-Southern Conference football team for the 1951 college football season.
All-Southern Conference selections
Backs
- Ed Modzelewski, Maryland (AP-1, UP-1)
- Gil Bocetti, Washington & Lee (AP-1, UP-1)
- Ed Mioduszewski, William & Mary (AP-1)
- Steve Wadiak, South Carolina (AP-1)
- Billy Hair, Clemson (UP-1)
- John Berry, William & Mary (UP-1)
Ends
- Glenn Smith, Clemson (AP-1, UP-1)
- Jack Lewis, Wake Forest (AP-1)
- Neal Petree, VMI (UP-1)
Tackles
- Elmer Costa, North Carolina State (AP-1, UP-1)
- Bill George, Wake Forest (AP-1)
- John Kreamcheck, William & Mary (UP-1)
Guards
- Bob Ward, Maryland (AP-1, UP-1)
- Joe Dudeck, North Carolina (AP-1, UP-1)
Centers
- Larry Smith, South Carolina (AP-1, UP-1)
Key
AP = Associated Press[1]
UP = United Press[2]
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.
gollark: I think LetsEncrypt may not be very happy with that, though.
gollark: Yes, and you can just use a reverse proxy (with "vhosts" or whatever) for that, easy enough.
References
- "All-Southern Conference Teams". The Morning Herald, Hagerstown. November 29, 1951. p. 13.
- "Maryland Places Two on Eleven". San Bernardino Daily Sun. November 21, 1951. p. 19.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.