[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:hardware:arm:nginx [2020/03/05 10:56 (UTC)] – [Adding additional sites to nginx] updated .conf code exagahowtos:hardware:arm:nginx [2020/03/05 12:01 (UTC)] – [Adding additional sites to nginx] typos exaga
Line 430: Line 430:
 </code> </code>
  
-Bercause we want to use 'test.local' and 'extra.local' as domain [server_name] names we will add the following to our '/etc/hosts' file:+Because we want to use 'test.local' and 'extra.local' as domain name [server_name] aliases we will add the following to our '/etc/hosts' file:
  
 <code> <code>
Line 442: Line 442:
 </code> </code>
  
-The above settings will take effect as soon as the file is saved. However, there's nothing to "seeyet because we haven'cteated it! :-)+The above settings will take effect as soon as the file is saved. However, there's nothing there to see yet because we haven'created it! :-)
  
 So, then we create and edit the 'test.local.conf' file: So, then we create and edit the 'test.local.conf' file:
Line 529: Line 529:
 </code> </code>
  
-When all that's complete, the final task is to test the 'nginx' confiruation and restart the daemon.+When all that's complete, the final task is to test the 'nginx' configuration and restart the daemon.
  
 <code> <code>
 howtos:hardware:arm:nginx ()