...
Administrator privileges on the Windows machine.
No conflicting applications running on ports 80 or 443 (e.g., another web server).
Windows machine with internet access
Supported Windows Operating Systems
...
Open the file located at:
Code Block C:\Program Files\nginx\conf\nginx.conf
Change the HTTP and HTTPS ports:
Code Block server { listen 88; listen 8443 ssl; }
Reference to the right certificate changing the URL
Code Block Restart Nginx for the changes to take effect.
...