This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Stripped down for illustrative purposes. | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include mime.types; | |
| default_type application/octet-stream; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # nginx - this script starts and stops the nginx daemon | |
| # | |
| # chkconfig: - 85 15 | |
| # description: Nginx is an HTTP(S) server, HTTP(S) reverse \ | |
| # proxy and IMAP/POP3 proxy server | |
| # processname: nginx | |
| # config: /etc/nginx/nginx.conf | |
| # config: /etc/sysconfig/nginx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| cinst IIS-ApplicationDevelopment -source windowsfeatures | |
| cinst IIS-WebServer -source windowsfeatures | |
| cinst IIS-ASPNET -source windowsfeatures | |
| cinst IIS-ASPNET45 -source windowsfeatures | |
| cinst IIS-CommonHttpFeatures -source windowsfeatures | |
| cinst aspnetmvc4.install | |
| cinst TelnetClient -source windowsFeatures | |
| cinst VisualStudio2013Professional -InstallArguments "WebTools" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Import-Module ServerManager | |
| Add-WindowsFeature Web-Server | |
| Add-WindowsFeature Web-Static-Content | |
| Add-WindowsFeature NET-Framework-45-Core | |
| Add-WindowsFeature NET-WCF-HTTP-Activation45 | |
| Add-WindowsFeature Web-Asp-Net | |
| Add-WindowsFeature Web-Asp-Net45 | |
| Add-WindowsFeature Web-Net-Ext |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| cinst IIS-WebServerRole -source windowsfeatures | |
| cinst ASPNET -source webpi | |
| cinst NetFx3 -source windowsfeatures | |
| cinst DotNet4.5.1 | |
| cinst aspnetmvc4.install | |
| cinst VisualStudio2013Professional | |
| cinst MsSqlServer2012ExpressAdv | |
| cinst GoogleChrome |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| # Essentials | |
| cinst IIS-WebServerRole -source windowsfeatures | |
| cinst ASPNET -source webpi | |
| cinst NetFx3 -source windowsfeatures | |
| cinst PowerShell | |
| cinst VisualStudio2012ProfessionalWebTools | |
| cinst DotNet4.5.1 | |
| cinst aspnetmvc4.install |
NewerOlder